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


ISegment.VertexAttributeAware Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

ISegment.VertexAttributeAware Property

Indicates if the segment is aware of the specified attribute type.

[Visual Basic .NET]
Public Function get_VertexAttributeAware ( _
    ByVal attributeType As esriGeometryAttributes _
) As Boolean
[Visual Basic .NET]
Public Sub set_VertexAttributeAware ( _
    ByVal attributeType As esriGeometryAttributes, _
    ByVal attributeAware As Boolean _
)
[C#]
public bool get_VertexAttributeAware (
    esriGeometryAttributes attributeType
);
[C#]
public void set_VertexAttributeAware (
    esriGeometryAttributes attributeType,
    bool attributeAware
);
[C++]
HRESULT get_VertexAttributeAware(
  esriGeometryAttributes attributeType,
  Boolean* attributeAware
);
[C++]
HRESULT put_VertexAttributeAware(
  esriGeometryAttributes attributeType,
  VARIANT_BOOL attributeAware
);
[C++]

Parameters attributeType
attributeType is a parameter of type esriGeometryAttributes attributeAware [out, retval]
attributeAware is a parameter of type bool* attributeType
attributeType is a parameter of type esriGeometryAttributes attributeAware
attributeAware is a parameter of type bool

Product Availability

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

See Also

ISegment Interface