ArcFM Desktop Developer Guide
Translate Method


The text to be translated.
Translates a string of text.
Syntax
'Declaration
 
Function Translate( _
   ByVal text As String _
) As String
'Usage
 
Dim instance As ITranslator
Dim text As String
Dim value As String
 
value = instance.Translate(text)
string Translate( 
   string text
)

Parameters

text
The text to be translated.

Return Value

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

ITranslator Interface
ITranslator Members

 

 


Send Comment