ViewCropRegionShapeManagerIsSplitVertically Property |
Whether or not the view's crop is split (and the split is vertical).
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool IsSplitVertically { get; }
Public ReadOnly Property IsSplitVertically As Boolean
Get
public:
property bool IsSplitVertically {
bool get ();
}
member IsSplitVertically : bool with get
Property Value
Boolean
See Also