Share

View.ViewPositionId 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.4.0.0 (26.4.0.0)

Syntax

C#

public ElementId ViewPositionId { 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

Reference

Was this information helpful?