ViewportGetPositionAtViewAnchor Method |
Gets the position coordinates at the ViewAnchor.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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
XYZ
The position at the ViewAnchor.
Exceptions
See Also