ArcFM Desktop Developer Guide
ResourceData Constructor


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The full name to the project's location of embedded images - the assembly's project default namespace (from project general properties) plus a dot and the subfolder name if the Resource.resx file is in a project subfolder (e.g. Miner.Windows.Resources).
The full name to the project's location for text - the assembly's project default namespace (from project general properties) plus a dot and the subfolder name if the Resource.resx file is in a project subfolder (e.g. Miner.Windows.Resources).
The assembly containing the embedded resources.
Constructs a Resource object to access all internationalizable text and images embedded in an assembly from a file called Resource.resx (typically located in the root level of the project).
Syntax
'Declaration
 
Public Function New( _
   ByVal resourceBaseNameImages As String, _
   ByVal resourceBaseNameText As String, _
   ByVal resourceAssembly As Assembly _
)
'Usage
 
Dim resourceBaseNameImages As String
Dim resourceBaseNameText As String
Dim resourceAssembly As Assembly
 
Dim instance As New ResourceData(resourceBaseNameImages, resourceBaseNameText, resourceAssembly)

Parameters

resourceBaseNameImages
The full name to the project's location of embedded images - the assembly's project default namespace (from project general properties) plus a dot and the subfolder name if the Resource.resx file is in a project subfolder (e.g. Miner.Windows.Resources).
resourceBaseNameText
The full name to the project's location for text - the assembly's project default namespace (from project general properties) plus a dot and the subfolder name if the Resource.resx file is in a project subfolder (e.g. Miner.Windows.Resources).
resourceAssembly
The assembly containing the embedded resources.
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

ResourceData Class
ResourceData Members

 

 


Send Comment