Split Property


Whether or not the view crop is split.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 16.0.0.0 (16.0.0.0)
Since: 2014

Syntax

C#
public bool Split { get; }
Visual Basic
Public ReadOnly Property Split As Boolean
	Get
Visual C++
public:
property bool Split {
	bool get ();
}

Remarks

This property reflects the actual visual split of the crop region. Thus, if the view has non-rectangular crop shape set, this property is false.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →