ArcFM Desktop Developer Guide
FindCorrespondingNodeFromFeature Method (RubberLineTool)


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

Parameters

features
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