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


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

ILine3.GetVertexAttributeAtDistance3D Method

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

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

ILine3 Interface