ArcFM Engine Developer Guide
Store Method (RowStoreMonitor)


Syntax
'Declaration
 
Public Sub Store( _
   ByVal row As ESRI.ArcGIS.Geodatabase.IRow, _
   ByVal caller As String _
) 
'Usage
 
Dim instance As RowStoreMonitor
Dim row As ESRI.ArcGIS.Geodatabase.IRow
Dim caller As String
 
instance.Store(row, caller)
public 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

RowStoreMonitor Class
RowStoreMonitor Members

 

 


Send Comment