CurveUVGetEndParameter Method |
Gets the raw parameter value at the start or end of this curve.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic double GetEndParameter(
int index
)
Public Function GetEndParameter (
index As Integer
) As Double
public:
double GetEndParameter(
int index
)
member GetEndParameter :
index : int -> float
Parameters
- index Int32
-
Use 0 for the start parameter, 1 for the end parameter of the curve.
Return Value
Double
The raw parameter value at the start or end of this curve.
Exceptions
See Also