ESRI.ArcGIS.ADF.Web
CoordinateSystem Property
See Also 
ESRI.ArcGIS.ADF.Web.SpatialReference Namespace > SpatialReference Class : CoordinateSystem Property




Gets or sets the SpatialReferenceInfo properties for the coordinate system.

Syntax

Visual Basic (Declaration) 
Public Property CoordinateSystem As SpatialReferenceInfo
Visual Basic (Usage)Copy Code
Dim instance As SpatialReference
Dim value As SpatialReferenceInfo
 
instance.CoordinateSystem = value
 
value = instance.CoordinateSystem
C# 
public SpatialReferenceInfo CoordinateSystem {get; set;}

Remarks

The coordinate system may be specified either by its ID number, using an IDSpatialReferenceInfo, or by a definition string, using a DefinitionSpatialReferenceInfo. An UnknownSpatialReferenceInfo is used to denote an unknown coordinate system.

See Also

© 2010 All Rights Reserved.