ArcFM Solution Developer Guide
Store Method (IMMAutoUpdaterRowFunctions)






IRow
This method can be used as a "smart" replacement for the IRow::Store method. It calls EventIsInProgress on its argument, then calls IRow::Store on the argument if EventIsInProgress returns a value of False.
Syntax
'Declaration
 
Sub Store( _
   ByVal pRow As ESRI.ArcGIS.Geodatabase.IRow _
) 
'Usage
 
Dim instance As IMMAutoUpdaterRowFunctions
Dim pRow As ESRI.ArcGIS.Geodatabase.IRow
 
instance.Store(pRow)
void Store( 
   ESRI.ArcGIS.Geodatabase.IRow pRow
)
procedure Store( 
    pRow: ESRI.ArcGIS.Geodatabase.IRow
); 
function Store( 
   pRow : ESRI.ArcGIS.Geodatabase.IRow
);
void Store( 
   ESRI.ArcGIS.Geodatabase.IRow* pRow
) 
void Store( 
   ESRI.ArcGIS.Geodatabase.IRow^ pRow
) 

Parameters

pRow
IRow
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

IMMAutoUpdaterRowFunctions Interface
IMMAutoUpdaterRowFunctions Members

Send Feedback