ArcFM Desktop Developer Guide
ResourceMessage(String) Method


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, 'Miner.Geodatabase.Properties.Resources'.
Syntax
'Declaration
 
Public Overloads Sub ResourceMessage( _
   ByVal resourceName As String _
) 
'Usage
 
Dim instance As XsltExtension
Dim resourceName As String
 
instance.ResourceMessage(resourceName)
public void ResourceMessage( 
   string resourceName
)

Parameters

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