ArcFM Desktop Developer Guide
FindFeaturesFromPoint Method (RubberLineTool)


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

Parameters

point
useStartReachables
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

RubberLineTool Class
RubberLineTool Members

 

 


Send Comment