ArcFM Desktop Developer Guide
FindOIDMapping Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The key to the mapping is formed by combining the table name with the old OID as follows: [tableName]_[oldOID]
Syntax
'Declaration
 
Public Function FindOIDMapping( _
   ByVal oldOID As Integer, _
   ByVal tableName As String _
) As Integer
'Usage
 
Dim instance As EditLogMonitor
Dim oldOID As Integer
Dim tableName As String
Dim value As Integer
 
value = instance.FindOIDMapping(oldOID, tableName)
public int FindOIDMapping( 
   int oldOID,
   string tableName
)

Parameters

oldOID
tableName

Return Value

new OID is returned. -1 is returned if the entry is not found.
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

EditLogMonitor Class
EditLogMonitor Members

 

 


Send Comment