ArcFM Engine Developer Guide
TryGetValue(T,S) Method


The key.
The mapped value.
Gets the value mapped to the specified key.
Syntax
'Declaration
 
Overloads Function TryGetValue( _
   ByVal key As T, _
   ByRef value As S _
) As Boolean
'Usage
 
Dim instance As IMapperCaching(Of S,T)
Dim key As T
Dim value As S
Dim value As Boolean
 
value = instance.TryGetValue(key, value)
bool TryGetValue( 
   T key,
   out S value
)

Parameters

key
The key.
value
The mapped value.

Return Value

true if the set contains the specified mapping; otherwise, false.
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
Overload List

 

 


Send Comment