ArcFM Engine Developer Guide
TraceFeedersBeforeEdits Method (IMMFeederBulkEditing2)


Syntax
'Declaration
 
Sub TraceFeedersBeforeEdits( _
   ByVal GeometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork, _
   ByVal settings As IMMElectricTraceSettings, _
   ByVal currentStatus As IMMCurrentStatus, _
   ByVal SourceJunctionEIDs() As Integer _
) 
'Usage
 
Dim instance As IMMFeederBulkEditing2
Dim GeometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim settings As IMMElectricTraceSettings
Dim currentStatus As IMMCurrentStatus
Dim SourceJunctionEIDs() As Integer
 
instance.TraceFeedersBeforeEdits(GeometricNetwork, settings, currentStatus, SourceJunctionEIDs)
void TraceFeedersBeforeEdits( 
   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

IMMFeederBulkEditing2 Interface
IMMFeederBulkEditing2 Members

 

 


Send Comment