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


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

ISegment.VertexAttributeOn Method

Indicates if attributeValue is located on this segment.

[Visual Basic .NET]
Public Function VertexAttributeOn ( _
    ByVal attributeType As esriGeometryAttributes, _
    ByVal attributeValue As Double _
) As Integer
[C#]
public int VertexAttributeOn (
    esriGeometryAttributes attributeType,
    double attributeValue
);
[C++]
HRESULT VertexAttributeOn(
  esriGeometryAttributes attributeType,
  double attributeValue
);
[C++]

Parameters attributeType
attributeType is a parameter of type esriGeometryAttributes attributeValue
attributeValue is a parameter of type double

Product Availability

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

See Also

ISegment Interface