ArcFM Responder Mobile Developer Guide
UpdateFeedersAfterEdits Method (IMMFeederBulkEditing2)






Syntax
'Declaration
 
Sub UpdateFeedersAfterEdits( _
   ByVal GeometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork, _
   ByVal settings As IMMElectricTraceSettings, _
   ByVal currentStatus As IMMCurrentStatus, _
   ByVal SourceJunctionEIDs() As System.Integer _
) 
'Usage
 
Dim instance As IMMFeederBulkEditing2
Dim GeometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim settings As IMMElectricTraceSettings
Dim currentStatus As IMMCurrentStatus
Dim SourceJunctionEIDs() As System.Integer
 
instance.UpdateFeedersAfterEdits(GeometricNetwork, settings, currentStatus, SourceJunctionEIDs)
void UpdateFeedersAfterEdits( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork GeometricNetwork,
   IMMElectricTraceSettings settings,
   IMMCurrentStatus currentStatus,
   System.int[] SourceJunctionEIDs
)
procedure UpdateFeedersAfterEdits( 
    GeometricNetwork: ESRI.ArcGIS.Geodatabase.IGeometricNetwork;
    settings: IMMElectricTraceSettings;
    currentStatus: IMMCurrentStatus;
    SourceJunctionEIDs: System.Integerarray of
); 
function UpdateFeedersAfterEdits( 
   GeometricNetwork : ESRI.ArcGIS.Geodatabase.IGeometricNetwork,
   settings : IMMElectricTraceSettings,
   currentStatus : IMMCurrentStatus,
   SourceJunctionEIDs : System.int[]
);
void UpdateFeedersAfterEdits( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork* GeometricNetwork,
   IMMElectricTraceSettings* settings,
   IMMCurrentStatus* currentStatus,
   System.int[]* SourceJunctionEIDs
) 
void UpdateFeedersAfterEdits( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork^ GeometricNetwork,
   IMMElectricTraceSettings^ settings,
   IMMCurrentStatus^ currentStatus,
   System.array<int>^ SourceJunctionEIDs
) 

Parameters

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