This document is archived and information here might be outdated.  Recommended version.


IBezierCurve3.Parameter Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IB > IBezierCurve3 Interface > IBezierCurve3.Parameter Property
ArcGIS Developer Help

IBezierCurve3.Parameter Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IBezierCurve3 Interface