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




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

Syntax

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

Parameters

nPath
The ArcGIS Server Path to convert.

Return Value

A Web ADF Path with the same coordinates.

See Also

© 2010 All Rights Reserved.