Revit 2026 API
ViewportGet |
Gets the position coordinates at the ViewAnchor.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public XYZ GetPositionAtViewAnchor( ViewAnchor viewAnchor )
Public Function GetPositionAtViewAnchor ( viewAnchor As ViewAnchor ) As XYZ
public: XYZ^ GetPositionAtViewAnchor( ViewAnchor viewAnchor )
member GetPositionAtViewAnchor : viewAnchor : ViewAnchor -> XYZ
Parameters
- viewAnchor ViewAnchor
- The viewAnchor at which the position is requested.
Return Value
XYZThe position at the ViewAnchor.
| Exception | Condition |
|---|---|
| ArgumentException | The given value of viewAnchor cannot be applied to this Viewport. |
| ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |
See Also