ArcFM Desktop Developer Guide
GetResourceManager(Type) Method


The System.Type to reference for resources.
Returns a culture-specific resource for a type.
Syntax
'Declaration
 
Public Overloads MustOverride Function GetResourceManager( _
   ByVal type As Type _
) As ResourceManager
'Usage
 
Dim instance As ResourceProvider
Dim type As Type
Dim value As ResourceManager
 
value = instance.GetResourceManager(type)
public abstract ResourceManager GetResourceManager( 
   Type type
)

Parameters

type
The System.Type to reference for resources.

Return 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

ResourceProvider Class
ResourceProvider Members
Overload List

 

 


Send Comment