|  | This document is archived and information here might be outdated. Recommended version. | 
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,
  System.Double* u
);
[C++] Parameters DistanceAlongCurve [in]
DistanceAlongCurve is a parameter of type double asRatio [in]
asRatio is a parameter of type bool u [out, retval]
u is a parameter of type double*