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


ISegment.GetVertexAttributeAtDistance Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISegment Interface > ISegment.GetVertexAttributeAtDistance Method
ArcGIS Developer Help

ISegment.GetVertexAttributeAtDistance Method

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

Product Availability

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

See Also

ISegment Interface