ViewportViewPosition Property |
Specifies view's position. Default is set to XYZ.Zero.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic XYZ ViewPosition { get; }
Public ReadOnly Property ViewPosition As XYZ
Get
public:
property XYZ^ ViewPosition {
XYZ^ get ();
}
member ViewPosition : XYZ with get
Property Value
XYZ
See Also