ArcFM Solution Developer Guide
AddFeederSubSource(Int32,Int32,Int32,Object,Int32,Int32,Boolean) Method


Syntax
'Declaration
 
Public Overloads Overridable Sub AddFeederSubSource( _
   ByVal newSubSourceRowID As System.Integer, _
   ByVal FeatureClassID As System.Integer, _
   ByVal FeatureOID As System.Integer, _
   ByVal SubSourceID As System.Object, _
   ByVal JunctionEID As System.Integer, _
   ByVal Level As System.Integer, _
   ByVal logUndoRedo As System.Boolean _
) 
'Usage
 
Dim instance As MMFeederSpaceClass
Dim newSubSourceRowID As System.Integer
Dim FeatureClassID As System.Integer
Dim FeatureOID As System.Integer
Dim SubSourceID As System.Object
Dim JunctionEID As System.Integer
Dim Level As System.Integer
Dim logUndoRedo As System.Boolean
 
instance.AddFeederSubSource(newSubSourceRowID, FeatureClassID, FeatureOID, SubSourceID, JunctionEID, Level, logUndoRedo)
public virtual void AddFeederSubSource( 
   System.int newSubSourceRowID,
   System.int FeatureClassID,
   System.int FeatureOID,
   System.object SubSourceID,
   System.int JunctionEID,
   System.int Level,
   System.bool logUndoRedo
)

Parameters

newSubSourceRowID
FeatureClassID
FeatureOID
SubSourceID
JunctionEID
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