ArcFM Responder Mobile Developer Guide
Store Method (IMMRowStoreMonitor)






Syntax
'Declaration
 
Sub Store( _
   ByVal Row As ESRI.ArcGIS.Geodatabase.IRow, _
   ByVal caller As System.String _
) 
'Usage
 
Dim instance As IMMRowStoreMonitor
Dim Row As ESRI.ArcGIS.Geodatabase.IRow
Dim caller As System.String
 
instance.Store(Row, caller)
void Store( 
   ESRI.ArcGIS.Geodatabase.IRow Row,
   System.string caller
)
procedure Store( 
    Row: ESRI.ArcGIS.Geodatabase.IRow;
    caller: System.String
); 
function Store( 
   Row : ESRI.ArcGIS.Geodatabase.IRow,
   caller : System.String
);
void Store( 
   ESRI.ArcGIS.Geodatabase.IRow* Row,
   System.string* caller
) 
void Store( 
   ESRI.ArcGIS.Geodatabase.IRow^ Row,
   System.String^ caller
) 

Parameters

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

IMMRowStoreMonitor Interface
IMMRowStoreMonitor Members

Send Feedback