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


ISegment.VertexAttributeOn Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISegment Interface > ISegment.VertexAttributeOn Method
ArcGIS Developer Help

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