ArcFM Responder Mobile 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
)
public procedure AddFeederSubSource( 
    newSubSourceRowID: System.Integer;
    FeatureClassID: System.Integer;
    FeatureOID: System.Integer;
    SubSourceID: System.TObject;
    JunctionEID: System.Integer;
    Level: System.Integer;
    logUndoRedo: System.Boolean
); virtual; 
public function AddFeederSubSource( 
   newSubSourceRowID : System.int,
   FeatureClassID : System.int,
   FeatureOID : System.int,
   SubSourceID : System.Object,
   JunctionEID : System.int,
   Level : System.int,
   logUndoRedo : System.boolean
);
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
) 
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 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

MMFeederSpaceClass Class
MMFeederSpaceClass Members
Overload List

Send Feedback