| ArcGIS Explorer Component Help |
| Point..::.CoordinateSystem Property |
| Point Class See Also |
Gets or sets the coordinate system used by the Point.
Namespace:
ESRI.ArcGISExplorer.GeometryAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
| C# |
|---|
public override CoordinateSystem CoordinateSystem { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Overrides Property CoordinateSystem As CoordinateSystem |
Field Value
A CoordinateSystem representing the coordinate system of the Point.
Remarks
Refer to the IsEmpty property for more information.