Returns the proportional location of the maximum boundary of the specified split crop region.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2016
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- regionIndex
- Type: SystemInt32
Index of split crop region (numbering starts with 0).
Return Value
A value from 0 to 1 representing the maximum location for the region's split boundary. This number represents the location as a ratio along the non-split rectangular crop.Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.ExceptionsArgumentException | The provided region index is invalid. |