Gets the extents for the given curve segment generated by intersection.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public CurveExtents GetCurveSegmentExtents( int index )
Parameters
- index Int32
- The index.
Return Value
CurveExtentsThe curve extents.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | index is out of range. |
