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


IVertexAttribute.VertexAttributeSimple Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

IVertexAttribute.VertexAttributeSimple Property

Indicates if there are no 'empty' vertex attribute values of this type for this object.

[Visual Basic .NET]
Public Function get_VertexAttributeSimple ( _
    ByVal attributeType As esriGeometryAttributes _
) As Boolean
[C#]
public bool get_VertexAttributeSimple (
    esriGeometryAttributes attributeType
);
[C++]
HRESULT get_VertexAttributeSimple(
  esriGeometryAttributes attributeType,
  Boolean* attribSimple
);
[C++]

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

Product Availability

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

See Also

IVertexAttribute Interface