ArcFM Desktop Developer Guide
createGoogleTranslator Method


Syntax
'Declaration
 
Public Shared Function createGoogleTranslator( _
   ByVal from As String, _
   ByVal to As String _
) As ITranslator
'Usage
 
Dim from As String
Dim to As String
Dim value As ITranslator
 
value = GoogleTranslateTool.createGoogleTranslator(from, to)
public static ITranslator createGoogleTranslator( 
   string from,
   string to
)

Parameters

from
to
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

GoogleTranslateTool Class
GoogleTranslateTool Members

 

 


Send Comment