ApprenticeServer.OpenWithOptions Method
Parent Object: ApprenticeServerDescription
Opens a document of the specified file-name with the specified set of options.
Syntax
ApprenticeServer.OpenWithOptions( FullDocumentName As String, Options As NameValueMap ) As ApprenticeServerDocumentParameters
Name | Type | Description |
FullDocumentName | String | Input String that specifies the full document name of the document to open. If only the FullFileName is specified for an assembly, the master document within the file is opened. |
Options | NameValueMap | Input NameValueMap object that specifies additional options for open. (An empty NameValueMap object can be provided). |