Share

ApprenticeServer.OpenWithOptions Method

Parent Object: ApprenticeServer

Description

Opens a document of the specified file-name with the specified set of options.

Syntax

ApprenticeServer.OpenWithOptions( FullDocumentName As String, Options As NameValueMap ) As ApprenticeServerDocument

Parameters

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).

Version

Introduced in version 2008

Was this information helpful?