GenericImportOptionsRefPoint Property |
Reference point (in Revit) to which the image is going to be inserted.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic XYZ RefPoint { get; set; }
Public Property RefPoint As XYZ
Get
Set
public:
property XYZ^ RefPoint {
XYZ^ get ();
void set (XYZ^ value);
}
member RefPoint : XYZ with get, set
Property Value
XYZ
RemarksIf , the image will be inserted to the Revit's origin.
See Also