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