Gets the coordinate system which has been defined for a spatial column. This property only applies to the spatial column in a Table which can store vector data.

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 object which defines the framework for geographical data coordinates that the spatial column can store. Before using this property use the IsSpatial property to check that the Table can store vector data and use the SpatialColumnName to return the name of the spatial Column.

See Also