![]()  | 
                    
                         This document is archived and information here might be outdated. Recommended version.  | 
                
Gets the distance corresponding to the attribute value along the segment.
[Visual Basic .NET] Public Function GetDistanceAtVertexAttribute ( _ ByVal attributeType As esriGeometryAttributes, _ ByVal attributeValue As Double, _ ByVal asRatio As Boolean _ ) As Double
[C#] public double GetDistanceAtVertexAttribute ( esriGeometryAttributes attributeType, double attributeValue, bool asRatio );
[C++]
HRESULT GetDistanceAtVertexAttribute(
  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