This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Structures > E > esriPointAttributesEx Structure (ArcObjects .NET 10.5 SDK) |
A clump of attributes and awareness.
[Visual Basic .NET] Public Sub New ( _ awarenessInfo As Integer, arraySize As Integer, attributeArray As IntPtr )
[C#] public esriPointAttributesEx { int awarenessInfo, int arraySize, IntPtr attributeArray )
[C++]
typedef struct esriPointAttributesEx {
long awarenessInfo;
long arraySize;
Byte attributeArray; } esriPointAttributesEx;