ArcFM Server Developer Guide
RecordDiff Method


Syntax
'Declaration
 
Sub RecordDiff( _
   ByVal ipOldRow As ESRI.ArcGIS.Geodatabase.IRow, _
   ByVal ipNewRow As ESRI.ArcGIS.Geodatabase.IRow, _
   ByVal sTableName As String _
) 
'Usage
 
Dim instance As IMMEditLogEntry
Dim ipOldRow As ESRI.ArcGIS.Geodatabase.IRow
Dim ipNewRow As ESRI.ArcGIS.Geodatabase.IRow
Dim sTableName As String
 
instance.RecordDiff(ipOldRow, ipNewRow, sTableName)
void RecordDiff( 
   ESRI.ArcGIS.Geodatabase.IRow ipOldRow,
   ESRI.ArcGIS.Geodatabase.IRow ipNewRow,
   string sTableName
)

Parameters

ipOldRow
ipNewRow
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