ArcFM Engine Developer Guide
FindIslandFeatures Method


Syntax
'Declaration
 
Sub FindIslandFeatures( _
   ByVal GeometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork, _
   ByVal settings As IMMElectricTraceSettings, _
   ByVal currentStatus As IMMCurrentStatus, _
   ByVal JunctionEIDs() As Integer _
) 
'Usage
 
Dim instance As IMMFeederBulkEditing2
Dim GeometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim settings As IMMElectricTraceSettings
Dim currentStatus As IMMCurrentStatus
Dim JunctionEIDs() As Integer
 
instance.FindIslandFeatures(GeometricNetwork, settings, currentStatus, JunctionEIDs)
void FindIslandFeatures( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork GeometricNetwork,
   IMMElectricTraceSettings settings,
   IMMCurrentStatus currentStatus,
   int[] JunctionEIDs
)

Parameters

GeometricNetwork
settings
currentStatus
JunctionEIDs
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

IMMFeederBulkEditing2 Interface
IMMFeederBulkEditing2 Members

 

 


Send Comment