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


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

ISegment.QueryVertexAttributes Method

Gets the 'from' and the 'to' attribute values.

[Visual Basic .NET]
Public Sub QueryVertexAttributes ( _
    ByVal attributeType As esriGeometryAttributes, _
    ByRef fromAttribute As Double, _
    ByRef toAttribute As Double _
)
[C#]
public void QueryVertexAttributes (
    esriGeometryAttributes attributeType,
    ref double fromAttribute,
    ref double toAttribute
);
[C++]
HRESULT QueryVertexAttributes(
  esriGeometryAttributes attributeType,
  System.Double* fromAttribute,
  System.Double* toAttribute
);
[C++]

Parameters attributeType
attributeType is a parameter of type esriGeometryAttributes fromAttribute [out]
fromAttribute is a parameter of type double* toAttribute [out]
toAttribute is a parameter of type double*

Product Availability

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

See Also

ISegment Interface