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