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


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

esriPointAttributes Structure

A clump of attributes and awareness.

Syntax

[Visual Basic .NET]
Public Sub New ( _
   pointZ As Double,
   pointM As Double,
   pointID As Integer,
   awarenessInfo As Byte
)
[C#]
public esriPointAttributes {
   double pointZ,
   double pointM,
   int pointID,
   sbyte awarenessInfo
)
[C++]
typedef struct esriPointAttributes {
double pointZ;
double pointM;
long pointID;
Signed char awarenessInfo; } esriPointAttributes;

Product Availability

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