Returns the offset for the specified split crop region.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public XYZ GetSplitRegionOffset( int regionIndex )
Parameters
- regionIndex Int32
- Index of the split crop region (numbering starts with 0).
Return Value
XYZA vector in model space representing the offset which is applied to the split crop region's boundary.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The provided region index is invalid. |
