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




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

Syntax

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

Parameters

geom
An ArcIMS Geometry object.

Return Value

A Web ADF Geometry object with equivalent coordinates.

See Also

© 2010 All Rights Reserved.