ArcFM Desktop Developer Guide
Translate Delegate


The text to be translated.
Delegate for a method that translates a string of text.
Syntax
'Declaration
 
Public Delegate Function Translate( _
   ByVal text As String _
) As String
'Usage
 
Dim instance As New Translate(AddressOf HandlerMethod)
public delegate string Translate( 
   string text
)

Parameters

text
The text to be translated.

Return Value

The translated text string.
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

Translate Members
Miner.Globalization Namespace

 

 


Send Comment