ViewportSetViewAnchorAndPosition Method |
Sets the ViewAnchor and position to Viewport.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic void SetViewAnchorAndPosition(
ViewAnchor viewAnchor,
XYZ position
)
Public Sub SetViewAnchorAndPosition (
viewAnchor As ViewAnchor,
position As XYZ
)
public:
void SetViewAnchorAndPosition(
ViewAnchor viewAnchor,
XYZ^ position
)
member SetViewAnchorAndPosition :
viewAnchor : ViewAnchor *
position : XYZ -> unit
Parameters
- viewAnchor ViewAnchor
-
The viewAnchor to be assigned.
- position XYZ
-
The position to be assigned.
Exceptions
See Also