| ArcGIS Explorer Component Help | 
| Point Properties | 
| Point Class See Also | 
The Point type exposes the following members.
 Properties
Properties
| Name | Description | |
|---|---|---|
|  | CoordinateSystem | 
            Gets or sets the coordinate system used by the Point.
            (Overrides Geometry..::.CoordinateSystem.) | 
|  | GeometryType | 
            Gets the type of the geometry, indicating the underlying class.
            (Overrides Geometry..::.GeometryType.) | 
|  | IsEmpty | 
              Indicates whether the Point contains any geometric information.
            (Overrides Geometry..::.IsEmpty.) | 
|  | X | Gets or sets the X coordinate of the point. | 
|  | Y | Gets or sets the Y coordinate of the point. | 
|  | Z | Gets or sets the Z (elevation) value of the point. | 
|  | ZSpecified | 
             Gets a value indicating whether the geometry has Z values specified.
            (Overrides Geometry..::.ZSpecified.) | 




