HostedSweepGetEndPointParameter Method

Retrieve segment's start point or end point parameter.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
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

Double
Start point or end point parameter.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when regeneration fails.
See Also