ArcFM Desktop Developer Guide
FindCorrespondingNodeFromFeature Method (PointTool)


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

Parameters

features
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