ArcFM Solution Developer Guide
FeatureMerged Method (IMMAutoUpdater3)






Syntax
'Declaration
 
Sub FeatureMerged( _
   ByVal pFeature As ESRI.ArcGIS.Geodatabase.IFeature _
) 
'Usage
 
Dim instance As IMMAutoUpdater3
Dim pFeature As ESRI.ArcGIS.Geodatabase.IFeature
 
instance.FeatureMerged(pFeature)
void FeatureMerged( 
   ESRI.ArcGIS.Geodatabase.IFeature pFeature
)
procedure FeatureMerged( 
    pFeature: ESRI.ArcGIS.Geodatabase.IFeature
); 
function FeatureMerged( 
   pFeature : ESRI.ArcGIS.Geodatabase.IFeature
);
void FeatureMerged( 
   ESRI.ArcGIS.Geodatabase.IFeature* pFeature
) 
void FeatureMerged( 
   ESRI.ArcGIS.Geodatabase.IFeature^ pFeature
) 

Parameters

pFeature
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

IMMAutoUpdater3 Interface
IMMAutoUpdater3 Members

Send Feedback