View.ViewPositionId Property

ViewViewPositionId Property

The id of the view's saved position. Default is set to ElementId.InvalidElementId.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ElementId ViewPositionId { get; set; }
Public Property ViewPositionId As ElementId
	Get
	Set
public:
property ElementId^ ViewPositionId {
	ElementId^ get ();
	void set (ElementId^ value);
}
member ViewPositionId : ElementId with get, set

Property Value

ElementId
Exceptions
ExceptionCondition
ArgumentNullException When setting this property: A non-optional argument was null
InvalidOperationException When setting this property:
See Also