ESRI.ArcGIS.ADF.IMS
ID Property
See Also 
ESRI.ArcGIS.ADF.IMS.SpatialReference Namespace > IDSpatialReferenceInfo Class : ID Property




Gets the ID of the coordinate system or datum transformation.

Syntax

Visual Basic (Declaration) 
Public Property ID As Integer
Visual Basic (Usage)Copy Code
Dim instance As IDSpatialReferenceInfo
Dim value As Integer
 
instance.ID = value
 
value = instance.ID
C# 
public int ID {get; set;}

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.

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

See Also

© 2010 All Rights Reserved.