Revit 2019.2 API |
View..::..Origin Property |
View Class See Also |
Returns the origin of the screen.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Syntax
C# |
---|
public XYZ Origin { get; } |
Visual Basic |
---|
Public ReadOnly Property Origin As XYZ Get |
Visual C++ |
---|
public: property XYZ^ Origin { XYZ^ get (); } |
Field Value
nullNothingnullptra null reference (Nothing in Visual Basic) if the view is a template.
Remarks
The origin of a plan view is not meaningful.