ArcFM Engine Developer Guide
Store Method (MMRowStoreMonitorClass)


Syntax
'Declaration
 
Public Overridable Sub Store( _
   ByVal Row As ESRI.ArcGIS.Geodatabase.IRow, _
   ByVal caller As String _
) 
'Usage
 
Dim instance As MMRowStoreMonitorClass
Dim Row As ESRI.ArcGIS.Geodatabase.IRow
Dim caller As String
 
instance.Store(Row, caller)
public virtual void Store( 
   ESRI.ArcGIS.Geodatabase.IRow Row,
   string caller
)

Parameters

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

MMRowStoreMonitorClass Class
MMRowStoreMonitorClass Members

 

 


Send Comment