This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Structures > E > esriPointAttributes Structure (ArcObjects .NET 10.4 SDK) |
A clump of attributes and awareness.
[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;