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
)

Parameters

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

IMMAutoUpdaterRowFunctions Interface
IMMAutoUpdaterRowFunctions Members

 

 


Send Comment