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.900 (2.0.0.900)

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

Relate Topics:
  AliasName Property
  GeometryType Property
  HasDomain Property
  HasZ Property
  Indexes Property
  IsNullable Property
  Length Property
  Name Property
  Precision Property
  Required Property
  Scale Property
  Type Property
Created by Atop CHM to web converter,© 2009 all right reserved.