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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.