ImageImportOptions
Description:
Options used to import specific image formats and place an instance of them on a view or sheet.
Options used to import specific image formats and place an instance of them on a view or sheet.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.GenericImportOptions
Autodesk.Revit.DB.ImageImportOptions
System.Object
Autodesk.Revit.DB.GenericImportOptions
Autodesk.Revit.DB.ImageImportOptions
public class ImageImportOptions : GenericImportOptions
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| ImageImportOptions() | None | Default constructor. Sets all options to their default values. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Placement | BoxPlacement | Identifies which point of the image will be aligned to the placement point . | |
| Resolution | ushort | Resolution to use (in dpi) for the image to be imported. | |
| RefPoint | XYZ | Reference point (in Revit) to which the image is going to be inserted. | GenericImportOptions |