This document is archived and information here might be outdated. Recommended version. |
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*