Revit 2026 API
View |
Whether or not the view's crop is split (and the split is vertical).
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsSplitVertically { get; }
Public ReadOnly Property IsSplitVertically As Boolean Get
public: property bool IsSplitVertically { bool get (); }
member IsSplitVertically : bool with get
Property Value
BooleanSee Also