ArcFM Server Developer Guide
RecordOrigEdit Method


Syntax
'Declaration
 
Sub RecordOrigEdit( _
   ByVal ipRowOrig As ESRI.ArcGIS.Geodatabase.IRow, _
   ByVal ipRowNew As ESRI.ArcGIS.Geodatabase.IRow, _
   ByVal sTableName As String _
) 
'Usage
 
Dim instance As IMMEditLogEntry
Dim ipRowOrig As ESRI.ArcGIS.Geodatabase.IRow
Dim ipRowNew As ESRI.ArcGIS.Geodatabase.IRow
Dim sTableName As String
 
instance.RecordOrigEdit(ipRowOrig, ipRowNew, sTableName)
void RecordOrigEdit( 
   ESRI.ArcGIS.Geodatabase.IRow ipRowOrig,
   ESRI.ArcGIS.Geodatabase.IRow ipRowNew,
   string sTableName
)

Parameters

ipRowOrig
ipRowNew
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