ESRI.ArcGIS.ADF.IMS
IDSpatialReferenceInfo Class
Members  See Also 
ESRI.ArcGIS.ADF.IMS.SpatialReference Namespace : IDSpatialReferenceInfo Class




SpatialReferenceInfo specified by an Integer ID.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class IDSpatialReferenceInfo 
   Inherits SpatialReferenceInfo
Visual Basic (Usage)Copy Code
Dim instance As IDSpatialReferenceInfo
C# 
[SerializableAttribute()]
public class IDSpatialReferenceInfo : SpatialReferenceInfo 

Example

For an example, see SpatialReference.

Remarks

Common coordinate systems and datum transformation have been assigned identifier values. These values can be used to set up the coordinate systems or datum transformation with IDSpatialReferenceInfo. The IDSpatialReferenceInfo is then set as the CoordinateSystem or DatumTransformation for a SpatialReference object.

For a listing of available IDs for coordinate systems and datum transformations, see the ArcIMS Help.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.IMS.SpatialReference.SpatialReferenceInfo
      ESRI.ArcGIS.ADF.IMS.SpatialReference.IDSpatialReferenceInfo

See Also

© 2010 All Rights Reserved.