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


ILine3.GetDistanceAtVertexAttribute3D Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

ILine3.GetDistanceAtVertexAttribute3D Method

Gets the distance corresponding to the attribute value along the line.

[Visual Basic .NET]
Public Function GetDistanceAtVertexAttribute3D ( _
    ByVal attributeType As esriGeometryAttributes, _
    ByVal attributeValue As Double, _
    ByVal asRatio As Boolean _
) As Double
[C#]
public double GetDistanceAtVertexAttribute3D (
    esriGeometryAttributes attributeType,
    double attributeValue,
    bool asRatio
);
[C++]
HRESULT GetDistanceAtVertexAttribute3D(
  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

ILine3 Interface