This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IB > IBezierCurve3 Interface > IBezierCurve3.Parameter Property (ArcObjects .NET 10.4 SDK) |
The parametric distance along the bezier.
[Visual Basic .NET] Public Function get_Parameter ( _ ByVal DistanceAlongCurve As Double, _ ByVal asRatio As Boolean _ ) As Double
[C#] public double get_Parameter ( double DistanceAlongCurve, bool asRatio );
[C++]
HRESULT get_Parameter(
double DistanceAlongCurve,
VARIANT_BOOL asRatio,
double* u
);
[C++]
Parameters DistanceAlongCurve [in] DistanceAlongCurve is a parameter of type double asRatio [in] asRatio is a parameter of type VARIANT_BOOL u [out, retval] u is a parameter of type double