PointN
Base Type: Point
A class for a point represented in normalized form.
Property |
Type |
Description |
---|---|---|
ID |
int |
The Point ID attribute. |
IDSpecified |
bool |
Indicates if ID is specified. |
M |
double |
The measure attribute. |
MSpecified |
bool |
Indicates if M is specified. |
SpatialReference |
The spatial reference associated with this geometry. | |
X |
double |
The X coordinate. |
Y |
double |
The Y coordinate. |
Z |
double |
The Z attribute. |
ZSpecified |
bool |
Indicates if Z is specified. |
2/28/2020