ArcFM Engine 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 Boolean _
) 
'Usage
 
Dim instance As MMFeederSpaceClass
Dim feature As ESRI.ArcGIS.Geodatabase.IFeature
Dim Row As ESRI.ArcGIS.Geodatabase.IRow
Dim logUndoRedo As Boolean
 
instance.AddSourceByFeature(feature, Row, logUndoRedo)
public virtual void AddSourceByFeature( 
   ESRI.ArcGIS.Geodatabase.IFeature feature,
   ESRI.ArcGIS.Geodatabase.IRow Row,
   bool logUndoRedo
)

Parameters

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

 

 


Send Comment