TranslatorAddInServer.Open Method
Parent Object: TranslatorAddInServerDescription
Open the data specified by the data-source.
Syntax
TranslatorAddInServer.Open( SourceData As DataMedium, Context As TranslationContext, Options As NameValueMap, TargetObject As Object )Parameters
Name | Type | Description |
SourceData | DataMedium | Input DataMedium object that specifies the data source. |
Context | TranslationContext | Input TranslationContext object that can be used to determine the context for the translation. |
Options | NameValueMap | Input NameValueMap that specifies translation options. |
TargetObject | Object | Input/output object in which to place the data from the data source. |