ArcFM Engine Developer Guide
GetPoint2D Method (IGeometryExtraction)


Creates a Point2D object from an ArcObjects IPoint reference.
Syntax
'Declaration
 
Function GetPoint2D( _
   ByVal esriPoint As IPoint _
) As Point2D
'Usage
 
Dim instance As IGeometryExtraction
Dim esriPoint As IPoint
Dim value As Point2D
 
value = instance.GetPoint2D(esriPoint)
Point2D GetPoint2D( 
   IPoint esriPoint
)

Parameters

esriPoint
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IGeometryExtraction Interface
IGeometryExtraction Members

 

 


Send Comment