ImagePlacementOptionsLocation Property |
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic XYZ Location { get; set; }
Public Property Location As XYZ
Get
Set
public:
property XYZ^ Location {
XYZ^ get ();
void set (XYZ^ value);
}
member Location : XYZ with get, set
Property Value
XYZ
Exceptions
Remarks
The location represents a point in the model where the
ImageInstance will be placed.
The location of the image in the view is determined by the projection of this
point onto the plane of the view.
This means that in a plan view, for example, the z-coordinate has no effect.
See Also