ImagePlacementOptions
Description:
ImagePlacementOptions are used to describe where an should be placed in a view
ImagePlacementOptions are used to describe where an should be placed in a view
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.ImagePlacementOptions
System.Object
Autodesk.Revit.DB.ImagePlacementOptions
public class ImagePlacementOptions : IDisposable
| Name | Return Type | Description |
|---|---|---|
| ImagePlacementOptions() | None | Constructs a new ImagePlacementOptions that will place an with its center at the origin of the model |
| ImagePlacementOptions(XYZ, BoxPlacement) | None | Constructs a new ImagePlacementOptions for placing an |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| Location | XYZ | The location in the model where a point of the , determined by the property, is going to be inserted. |
| PlacementPoint | BoxPlacement | Identifies which point of the will be aligned to the |