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