Returns the offset for the specified split crop region.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2021
Syntax
C# |
---|
public XYZ GetSplitRegionOffset(
int regionIndex
) |
Visual Basic |
---|
Public Function GetSplitRegionOffset ( _
regionIndex As Integer _
) As XYZ |
Visual C++ |
---|
public:
XYZ^ GetSplitRegionOffset(
int regionIndex
) |
Parameters
- regionIndex
- Type: System..::..Int32
Index of the split crop region (numbering starts with 0).
Return Value
A vector in model space representing the offset which is applied to the split crop region's boundary.
Remarks
Exceptions
See Also