ArcFM Server Developer Guide
RecordEdit Method


Syntax
'Declaration
 
Sub RecordEdit( _
   ByVal ipRow As ESRI.ArcGIS.Geodatabase.IRow, _
   ByVal eOp As mmExportOperationType, _
   ByVal sTableName As String _
) 
'Usage
 
Dim instance As IMMEditLogEntry
Dim ipRow As ESRI.ArcGIS.Geodatabase.IRow
Dim eOp As mmExportOperationType
Dim sTableName As String
 
instance.RecordEdit(ipRow, eOp, sTableName)
void RecordEdit( 
   ESRI.ArcGIS.Geodatabase.IRow ipRow,
   mmExportOperationType eOp,
   string sTableName
)

Parameters

ipRow
eOp
sTableName
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

IMMEditLogEntry Interface
IMMEditLogEntry Members

 

 


Send Comment