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


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

ISegment.HasVertexAttributes Method

Returns two booleans telling if the segment as from attribute and to attribute values.

[Visual Basic .NET]
Public Sub HasVertexAttributes ( _
    ByVal attributeType As esriGeometryAttributes, _
    ByRef hasFromAttribute As Boolean, _
    ByRef hasToAttribute As Boolean _
)
[C#]
public void HasVertexAttributes (
    esriGeometryAttributes attributeType,
    ref bool hasFromAttribute,
    ref bool hasToAttribute
);
[C++]
HRESULT HasVertexAttributes(
  esriGeometryAttributes attributeType,
  Boolean* hasFromAttribute,
  Boolean* hasToAttribute
);
[C++]

Parameters attributeType
attributeType is a parameter of type esriGeometryAttributes hasFromAttribute [out]
hasFromAttribute is a parameter of type bool* hasToAttribute [out]
hasToAttribute is a parameter of type bool*

Product Availability

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

See Also

ISegment Interface