ArcFM Responder Mobile Developer Guide
Point2D Constructor(IPoint)






Syntax
'Declaration
 
Public Function New( _
   ByVal gdbPoint As ESRI.ArcGIS.Geometry.IPoint _
)
'Usage
 
Dim gdbPoint As ESRI.ArcGIS.Geometry.IPoint
 
Dim instance As New Point2D(gdbPoint)
public Point2D( 
   ESRI.ArcGIS.Geometry.IPoint gdbPoint
)
public Point2D( 
    gdbPoint: ESRI.ArcGIS.Geometry.IPoint
); 
public function Point2D( 
   gdbPoint : ESRI.ArcGIS.Geometry.IPoint
);
public: Point2D( 
   ESRI.ArcGIS.Geometry.IPoint* gdbPoint
)
public:
Point2D( 
   ESRI.ArcGIS.Geometry.IPoint^ gdbPoint
)

Parameters

gdbPoint
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Point2D Class
Point2D Members
Overload List

Send Feedback