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: 26.0.4.0 (26.0.4.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