Converts a Web ADF Path to an ArcGIS Server Path.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Function FromAdfPath( _
ByVal path As ESRI.ArcGIS.ADF.Web.Geometry.Path _
) As Path |
Visual Basic (Usage) | Copy Code |
---|
Dim path As ESRI.ArcGIS.ADF.Web.Geometry.Path
Dim value As Path
value = Converter.FromAdfPath(path) |
C# | |
---|
public static Path FromAdfPath(
ESRI.ArcGIS.ADF.Web.Geometry.Path path
) |
Parameters
- path
- The Web ADF Path to convert.
Return Value
An ArcGIS Server
Path 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