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