This document is archived and information here might be outdated. Recommended version. |
Gets the distance corresponding to the attribute value along the line.
[Visual Basic .NET] Public Function GetDistanceAtVertexAttribute3D ( _ ByVal attributeType As esriGeometryAttributes, _ ByVal attributeValue As Double, _ ByVal asRatio As Boolean _ ) As Double
[C#] public double GetDistanceAtVertexAttribute3D ( esriGeometryAttributes attributeType, double attributeValue, bool asRatio );
[C++]
HRESULT GetDistanceAtVertexAttribute3D(
esriGeometryAttributes attributeType,
double attributeValue,
VARIANT_BOOL asRatio
);
[C++] Parameters attributeType
attributeType is a parameter of type esriGeometryAttributes attributeValue
attributeValue is a parameter of type double asRatio
asRatio is a parameter of type bool