Revit 2025.3 API
View |
Returns the proportional location of the minimum boundary of the specified split crop region.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double GetSplitRegionMinimum( int regionIndex )
Public Function GetSplitRegionMinimum ( regionIndex As Integer ) As Double
public: double GetSplitRegionMinimum( int regionIndex )
member GetSplitRegionMinimum : regionIndex : int -> float
Parameters
- regionIndex Int32
- Index of split crop region (numbering starts with 0).
Return Value
DoubleA value from 0 to 1 representing the minimum location for the region's split boundary. This number represents the location as a ratio along the non-split rectangular crop.

Exception | Condition |
---|---|
ArgumentException | The provided region index is invalid. |
See Also