Retrieve segment's start point or end point parameter.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public double GetEndPointParameter( Reference targetRef, int endIdx )
Parameters
- targetRef Reference
- Segment's reference whose parameter want to be get.
- endIdx Int32
- Start point (=0) or end point (=1).
Return Value
DoubleStart point or end point parameter.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when regeneration fails. |