TranslatorAddIn.HasOpenOptions Property
Parent Object: TranslatorAddInDescription
Gets whether the translator has options available for opening the specified data-source.
Remarks
See the various sample programs and the Translator Options page for more information.Syntax
TranslatorAddIn.HasOpenOptions( SourceData As DataMedium, Context As TranslationContext, DefaultOptions As NameValueMap ) As BooleanProperty Value
This is a read only property whose value is a Boolean.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. |
DefaultOptions | NameValueMap | Input NameValueMap that specifies default translation options. |