Gets the common coordinate system which is shared by all tables in the GeodatabaseFolder.

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public CoordinateSystem CoordinateSystem { get; }
Visual Basic (Declaration)
Public ReadOnly Property CoordinateSystem As CoordinateSystem

Field Value

A CoordinateSystem objects which is the basis for determining geographical location.

See Also