ESRI.ArcGIS.ADF.ArcGISServer
ToAdfHole Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > Converter Class : ToAdfHole Method




ring
The ArcGIS Server Ring to convert.
Converts an ArcGIS Server Ring to a Web ADF Hole.

Syntax

Visual Basic (Declaration) 
Public Shared Function ToAdfHole( _
   ByVal ring As Ring _
) As Hole
Visual Basic (Usage)Copy Code
Dim ring As Ring
Dim value As Hole
 
value = Converter.ToAdfHole(ring)
C# 
public static Hole ToAdfHole( 
   Ring ring
)

Parameters

ring
The ArcGIS Server Ring to convert.

Return Value

A Web ADF Hole with the same coordinates.

See Also

© 2010 All Rights Reserved.