<Code Lib>
2024 Class
Changes 0
C

ImagePlacementOptions

Description:
ImagePlacementOptions are used to describe where an should be placed in a view
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ImagePlacementOptions

public class ImagePlacementOptions : IDisposable

Name Return Type Description
C ImagePlacementOptions() ImagePlacementOptions Constructs a new ImagePlacementOptions that will place an with its center at the origin of the model
C ImagePlacementOptions(XYZ, BoxPlacement) ImagePlacementOptions Constructs a new ImagePlacementOptions for placing an

Name Return Type Description
M Dispose() None Releases all resources used by the

Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P Location XYZ The location in the model where a point of the , determined by the property, is going to be inserted.
P PlacementPoint BoxPlacement Identifies which point of the will be aligned to the

Loading…