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


esriPointAttributesEx Structure (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

esriPointAttributesEx Structure

A clump of attributes and awareness.

Syntax

[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;

Product Availability

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