ESRI.ArcGIS.ADF.Web | |
CoordinateSystem Property | |
See Also |
ESRI.ArcGIS.ADF.Web.SpatialReference Namespace > SpatialReference Class : CoordinateSystem Property |
Visual Basic (Declaration) | |
---|---|
Public Property CoordinateSystem As SpatialReferenceInfo |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public SpatialReferenceInfo CoordinateSystem {get; set;} |
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.