ArcFM Solution Developer Guide
FindNewIdFromOldId Method (MMServerIdMapperClass)


Syntax
'Declaration
 
Public Overridable Function FindNewIdFromOldId( _
   ByVal oldId As System.Integer, _
   ByVal TableName As System.String, _
   ByRef newId As System.Integer _
) As System.Boolean
'Usage
 
Dim instance As MMServerIdMapperClass
Dim oldId As System.Integer
Dim TableName As System.String
Dim newId As System.Integer
Dim value As System.Boolean
 
value = instance.FindNewIdFromOldId(oldId, TableName, newId)
public virtual System.bool FindNewIdFromOldId( 
   System.int oldId,
   System.string TableName,
   out System.int newId
)

Parameters

oldId
TableName
newId
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

MMServerIdMapperClass Class
MMServerIdMapperClass Members

 

 


Send Comment