ArcFM Responder Mobile Developer Guide
RemoveSourceByFeature Method (IMMFeederSpaceEdit)






Syntax
'Declaration
 
Sub RemoveSourceByFeature( _
   ByVal feature As ESRI.ArcGIS.Geodatabase.IFeature, _
   ByVal logUndoRedo As System.Boolean _
) 
'Usage
 
Dim instance As IMMFeederSpaceEdit
Dim feature As ESRI.ArcGIS.Geodatabase.IFeature
Dim logUndoRedo As System.Boolean
 
instance.RemoveSourceByFeature(feature, logUndoRedo)
void RemoveSourceByFeature( 
   ESRI.ArcGIS.Geodatabase.IFeature feature,
   System.bool logUndoRedo
)
procedure RemoveSourceByFeature( 
    feature: ESRI.ArcGIS.Geodatabase.IFeature;
    logUndoRedo: System.Boolean
); 
function RemoveSourceByFeature( 
   feature : ESRI.ArcGIS.Geodatabase.IFeature,
   logUndoRedo : System.boolean
);
void RemoveSourceByFeature( 
   ESRI.ArcGIS.Geodatabase.IFeature* feature,
   System.bool logUndoRedo
) 
void RemoveSourceByFeature( 
   ESRI.ArcGIS.Geodatabase.IFeature^ feature,
   System.bool logUndoRedo
) 

Parameters

feature
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