ArcFM Desktop Developer Guide
FindFeaturesFromPoint Method (PointTool)


Syntax
'Declaration
 
Public Function FindFeaturesFromPoint( _
   ByVal point As IPoint _
) As ESRI.ArcGIS.Geodatabase.IFeatureCursor
'Usage
 
Dim instance As PointTool
Dim point As IPoint
Dim value As ESRI.ArcGIS.Geodatabase.IFeatureCursor
 
value = instance.FindFeaturesFromPoint(point)
public ESRI.ArcGIS.Geodatabase.IFeatureCursor FindFeaturesFromPoint( 
   IPoint point
)

Parameters

point
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

PointTool Class
PointTool Members

 

 


Send Comment