ESRI.ArcGIS.ADF.IMS
ID Property
See Also  Send Feedback
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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.