ArcFM Responder Mobile Developer Guide
AddSourceByFeature Method (MMFeederSpaceClass)






Syntax
'Declaration
 
Public Overridable Sub AddSourceByFeature( _
   ByVal feature As ESRI.ArcGIS.Geodatabase.IFeature, _
   ByVal Row As ESRI.ArcGIS.Geodatabase.IRow, _
   ByVal logUndoRedo As System.Boolean _
) 
'Usage
 
Dim instance As MMFeederSpaceClass
Dim feature As ESRI.ArcGIS.Geodatabase.IFeature
Dim Row As ESRI.ArcGIS.Geodatabase.IRow
Dim logUndoRedo As System.Boolean
 
instance.AddSourceByFeature(feature, Row, logUndoRedo)
public virtual void AddSourceByFeature( 
   ESRI.ArcGIS.Geodatabase.IFeature feature,
   ESRI.ArcGIS.Geodatabase.IRow Row,
   System.bool logUndoRedo
)
public procedure AddSourceByFeature( 
    feature: ESRI.ArcGIS.Geodatabase.IFeature;
    Row: ESRI.ArcGIS.Geodatabase.IRow;
    logUndoRedo: System.Boolean
); virtual; 
public function AddSourceByFeature( 
   feature : ESRI.ArcGIS.Geodatabase.IFeature,
   Row : ESRI.ArcGIS.Geodatabase.IRow,
   logUndoRedo : System.boolean
);
public: virtual void AddSourceByFeature( 
   ESRI.ArcGIS.Geodatabase.IFeature* feature,
   ESRI.ArcGIS.Geodatabase.IRow* Row,
   System.bool logUndoRedo
) 
public:
virtual void AddSourceByFeature( 
   ESRI.ArcGIS.Geodatabase.IFeature^ feature,
   ESRI.ArcGIS.Geodatabase.IRow^ Row,
   System.bool logUndoRedo
) 

Parameters

feature
Row
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

Send Feedback