ArcFM Engine Developer Guide
AddMapping Method


The first value.
The second value.
Adds a mapping of one value to another value.
Syntax
'Declaration
 
Sub AddMapping( _
   ByVal valueOne As S, _
   ByVal valueTwo As T _
) 
'Usage
 
Dim instance As IMapperCaching(Of S,T)
Dim valueOne As S
Dim valueTwo As T
 
instance.AddMapping(valueOne, valueTwo)
void AddMapping( 
   S valueOne,
   T valueTwo
)

Parameters

valueOne
The first value.
valueTwo
The second value.
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

IMapperCaching<S,T> Interface
IMapperCaching<S,T> Members

 

 


Send Comment