ESRI.ArcGIS.ADF.Web.DataSources.IMS
ToIMSGeometry Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.IMS Namespace > Converter Class : ToIMSGeometry Method




geom
A Web ADF Geometry object.
Converts a Web ADF geometry object to an ArcIMS geometry object.

Syntax

Visual Basic (Declaration) 
Public Shared Function ToIMSGeometry( _
   ByVal geom As Geometry _
) As Geometry
Visual Basic (Usage)Copy Code
Dim geom As Geometry
Dim value As Geometry
 
value = Converter.ToIMSGeometry(geom)
C# 
public static Geometry ToIMSGeometry( 
   Geometry geom
)

Parameters

geom
A Web ADF Geometry object.

Return Value

An ArcIMS Geometry object with equivalent coordinates.

See Also

© 2010 All Rights Reserved.