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


IVertexAttribute.VertexAttributeSimple Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IV > IVertexAttribute Interface > IVertexAttribute.VertexAttributeSimple Property
ArcGIS Developer Help

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