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 );