ArcFM Desktop Developer Guide
GetValue Method (LocalizationManager)


A type in the assembly containing the resource.
The resource key.
Gets a localized value for the specified resource key
Syntax
'Declaration
 
Public Shared Function GetValue( _
   ByVal type As Type, _
   ByVal key As String _
) As Object
'Usage
 
Dim type As Type
Dim key As String
Dim value As Object
 
value = LocalizationManager.GetValue(type, key)
public static object GetValue( 
   Type type,
   string key
)

Parameters

type
A type in the assembly containing the resource.
key
The resource key.
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

LocalizationManager Class
LocalizationManager Members

 

 


Send Comment