ArcFM Engine Developer Guide
AddFeederSubSource(Int32,Int32,Int32,Int32,Boolean) Method


Syntax
'Declaration
 
Public Overloads Overridable Sub AddFeederSubSource( _
   ByVal FeatureClassID As Integer, _
   ByVal lOID As Integer, _
   ByVal CircuitSourceID As Integer, _
   ByVal Level As Integer, _
   ByVal logUndoRedo As Boolean _
) 
'Usage
 
Dim instance As MMFeederSpaceClass
Dim FeatureClassID As Integer
Dim lOID As Integer
Dim CircuitSourceID As Integer
Dim Level As Integer
Dim logUndoRedo As Boolean
 
instance.AddFeederSubSource(FeatureClassID, lOID, CircuitSourceID, Level, logUndoRedo)
public virtual void AddFeederSubSource( 
   int FeatureClassID,
   int lOID,
   int CircuitSourceID,
   int Level,
   bool logUndoRedo
)

Parameters

FeatureClassID
lOID
CircuitSourceID
Level
logUndoRedo
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

MMFeederSpaceClass Class
MMFeederSpaceClass Members
Overload List

 

 


Send Comment