Converts an ArcGIS (ArcObjects) point to a Web ADF point.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Function FromIPoint( _
ByVal ipoint As ESRI.ArcGIS.Geometry.IPoint _
) As ESRI.ArcGIS.ADF.Web.Geometry.Point |
Visual Basic (Usage) | Copy Code |
---|
Dim ipoint As ESRI.ArcGIS.Geometry.IPoint
Dim value As ESRI.ArcGIS.ADF.Web.Geometry.Point
value = Converter.FromIPoint(ipoint) |
C# | |
---|
public static ESRI.ArcGIS.ADF.Web.Geometry.Point FromIPoint(
ESRI.ArcGIS.Geometry.IPoint ipoint
) |
Parameters
- ipoint
- The ArcGIS (ArcObjects) point (IPoint) to convert.
Return Value
The Web ADF
Point with the equivalent properties.
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