Share

Viewport.GetPositionAtViewAnchor Method

Gets the position coordinates at the ViewAnchor.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public XYZ GetPositionAtViewAnchor(
	ViewAnchor viewAnchor
)

Parameters

viewAnchor  ViewAnchor
The viewAnchor at which the position is requested.

Return Value

XYZ
The position at the ViewAnchor.

Exceptions

ExceptionCondition
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

Reference

Was this information helpful?