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


ILine3.GetDistanceAtVertexAttribute3D Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IL > ILine3 Interface > ILine3.GetDistanceAtVertexAttribute3D Method
ArcGIS Developer Help

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