ESRI.ArcGIS.ADF.IMS
IDSpatialReferenceInfo Constructor(Int32)
See Also 
ESRI.ArcGIS.ADF.IMS.SpatialReference Namespace > IDSpatialReferenceInfo Class > IDSpatialReferenceInfo Constructor : IDSpatialReferenceInfo Constructor(Int32)




id
ID of the coordinate system or datum transformation.
Constructs an IDSpatialReferenceInfo.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal id As Integer _
)
Visual Basic (Usage)Copy Code
Dim id As Integer
 
Dim instance As IDSpatialReferenceInfo(id)
C# 
public IDSpatialReferenceInfo( 
   int id
)

Parameters

id
ID of the coordinate system or datum transformation.

Example

For an example, see SpatialReference .

See Also

© 2010 All Rights Reserved.