ArcFM Responder Mobile Developer Guide
AddSourceByFeature Method (IMMFeederSpaceEdit)






Syntax
'Declaration
 
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 IMMFeederSpaceEdit
Dim feature As ESRI.ArcGIS.Geodatabase.IFeature
Dim Row As ESRI.ArcGIS.Geodatabase.IRow
Dim logUndoRedo As System.Boolean
 
instance.AddSourceByFeature(feature, Row, logUndoRedo)
void AddSourceByFeature( 
   ESRI.ArcGIS.Geodatabase.IFeature feature,
   ESRI.ArcGIS.Geodatabase.IRow Row,
   System.bool logUndoRedo
)
procedure AddSourceByFeature( 
    feature: ESRI.ArcGIS.Geodatabase.IFeature;
    Row: ESRI.ArcGIS.Geodatabase.IRow;
    logUndoRedo: System.Boolean
); 
function AddSourceByFeature( 
   feature : ESRI.ArcGIS.Geodatabase.IFeature,
   Row : ESRI.ArcGIS.Geodatabase.IRow,
   logUndoRedo : System.boolean
);
void AddSourceByFeature( 
   ESRI.ArcGIS.Geodatabase.IFeature* feature,
   ESRI.ArcGIS.Geodatabase.IRow* Row,
   System.bool logUndoRedo
) 
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

IMMFeederSpaceEdit Interface
IMMFeederSpaceEdit Members

Send Feedback