ArcFM Engine Developer Guide
ResourceMessage(String,String) Method


The base name of the embedded resource.
The name of the string resource.
Display a resource string to the user. String must be present in the calling assembly (Miner.Geodatabase.dll, as installed) under the baseName passed in (usually, 'Miner.Geodatabase.Properties.Resources').
Syntax
'Declaration
 
Public Overloads Sub ResourceMessage( _
   ByVal baseName As String, _
   ByVal resourceName As String _
) 
'Usage
 
Dim instance As XsltExtension
Dim baseName As String
Dim resourceName As String
 
instance.ResourceMessage(baseName, resourceName)
public void ResourceMessage( 
   string baseName,
   string resourceName
)

Parameters

baseName
The base name of the embedded resource.
resourceName
The name of the string resource.
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

XsltExtension Class
XsltExtension Members
Overload List

 

 


Send Comment