ArcFM Responder Mobile 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 System.Integer _
) 
'Usage
 
Dim instance As IMMFeederBulkEditing2
Dim GeometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim settings As IMMElectricTraceSettings
Dim currentStatus As IMMCurrentStatus
Dim JunctionEIDs() As System.Integer
 
instance.FindIslandFeatures(GeometricNetwork, settings, currentStatus, JunctionEIDs)
void FindIslandFeatures( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork GeometricNetwork,
   IMMElectricTraceSettings settings,
   IMMCurrentStatus currentStatus,
   System.int[] JunctionEIDs
)
procedure FindIslandFeatures( 
    GeometricNetwork: ESRI.ArcGIS.Geodatabase.IGeometricNetwork;
    settings: IMMElectricTraceSettings;
    currentStatus: IMMCurrentStatus;
    JunctionEIDs: System.Integerarray of
); 
function FindIslandFeatures( 
   GeometricNetwork : ESRI.ArcGIS.Geodatabase.IGeometricNetwork,
   settings : IMMElectricTraceSettings,
   currentStatus : IMMCurrentStatus,
   JunctionEIDs : System.int[]
);
void FindIslandFeatures( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork* GeometricNetwork,
   IMMElectricTraceSettings* settings,
   IMMCurrentStatus* currentStatus,
   System.int[]* JunctionEIDs
) 
void FindIslandFeatures( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork^ GeometricNetwork,
   IMMElectricTraceSettings^ settings,
   IMMCurrentStatus^ currentStatus,
   System.array<int>^ JunctionEIDs
) 

Parameters

GeometricNetwork
settings
currentStatus
JunctionEIDs
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMFeederBulkEditing2 Interface
IMMFeederBulkEditing2 Members

Send Feedback