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




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

Syntax

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

Parameters

hole
The Web ADF Hole to convert.

Return Value

An ArcGIS Server Hole with the same geometry and shape.

See Also

© 2010 All Rights Reserved.