ArcFM Desktop Developer Guide
GetPoint2D Method (GeodatabaseAccess)


Creates a Point2D object from an ArcObjects IPoint reference.
Syntax
'Declaration
 
Public Overridable Function GetPoint2D( _
   ByVal esriPoint As IPoint _
) As Point2D
'Usage
 
Dim instance As GeodatabaseAccess
Dim esriPoint As IPoint
Dim value As Point2D
 
value = instance.GetPoint2D(esriPoint)
public virtual 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

GeodatabaseAccess Class
GeodatabaseAccess Members

 

 


Send Comment