ViewCropRegionShapeManagerNumberOfSplitRegions Property |
The number of split crop regions (1 if the crop is not currently split).
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic int NumberOfSplitRegions { get; }
Public ReadOnly Property NumberOfSplitRegions As Integer
Get
public:
property int NumberOfSplitRegions {
int get ();
}
member NumberOfSplitRegions : int with get
Property Value
Int32
See Also