Converts a Web ADF Hole to an ArcGIS Server Ring.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Function FromAdfHole( _
ByVal hole As ESRI.ArcGIS.ADF.Web.Geometry.Hole _
) As Ring |
Visual Basic (Usage) | Copy Code |
---|
Dim hole As ESRI.ArcGIS.ADF.Web.Geometry.Hole
Dim value As Ring
value = Converter.FromAdfHole(hole) |
C# | |
---|
public static Ring FromAdfHole(
ESRI.ArcGIS.ADF.Web.Geometry.Hole hole
) |
Parameters
- hole
- The Web ADF Hole to convert.
Return Value
An ArcGIS Server
Hole with the same geometry and shape.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also