ArcFM Responder Mobile Developer Guide
FlagIslandFeatures Method






Syntax
'Declaration
 
Sub FlagIslandFeatures( _
   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.FlagIslandFeatures(GeometricNetwork, settings, currentStatus, JunctionEIDs)
void FlagIslandFeatures( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork GeometricNetwork,
   IMMElectricTraceSettings settings,
   IMMCurrentStatus currentStatus,
   System.int[] JunctionEIDs
)
procedure FlagIslandFeatures( 
    GeometricNetwork: ESRI.ArcGIS.Geodatabase.IGeometricNetwork;
    settings: IMMElectricTraceSettings;
    currentStatus: IMMCurrentStatus;
    JunctionEIDs: System.Integerarray of
); 
function FlagIslandFeatures( 
   GeometricNetwork : ESRI.ArcGIS.Geodatabase.IGeometricNetwork,
   settings : IMMElectricTraceSettings,
   currentStatus : IMMCurrentStatus,
   JunctionEIDs : System.int[]
);
void FlagIslandFeatures( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork* GeometricNetwork,
   IMMElectricTraceSettings* settings,
   IMMCurrentStatus* currentStatus,
   System.int[]* JunctionEIDs
) 
void FlagIslandFeatures( 
   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