ArcFM Engine Developer Guide
UpdateFeedersAfterEdits Method (IMMFeederBulkEditing)


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

Parameters

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

IMMFeederBulkEditing Interface
IMMFeederBulkEditing Members

 

 


Send Comment