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


ISegment.GetDistanceAtVertexAttribute Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

ISegment.GetDistanceAtVertexAttribute Method

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

Product Availability

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

See Also

ISegment Interface