Revit 2026 API
View |
Whether or not the view crop has a non-rectangular shape set.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool ShapeSet { get; }
Public ReadOnly Property ShapeSet As Boolean Get
public: property bool ShapeSet { bool get (); }
member ShapeSet : bool with get
Property Value
Boolean
This property reflects the actual shape of the crop region.
Thus, if this property is true the view Split property is false.
See Also