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




path
The Web ADF Path to convert.
Converts a Web ADF Path to an ArcGIS Server Path.

Syntax

Visual Basic (Declaration) 
Public Shared Function FromAdfPath( _
   ByVal path As Path _
) As Path
Visual Basic (Usage)Copy Code
Dim path As Path
Dim value As Path
 
value = Converter.FromAdfPath(path)
C# 
public static Path FromAdfPath( 
   Path path
)

Parameters

path
The Web ADF Path to convert.

Return Value

An ArcGIS Server Path with the same geometry and shape.

See Also

© 2010 All Rights Reserved.