FileManager.GetFullDocumentName Method

Parent Object: FileManager

Description

Returns the full document name which is a unique identifier for an open Document. The returned string is the full file name concatenated with the model state name for a part or assembly document.

Syntax

FileManager.GetFullDocumentName( FullFileName As String, [ModelStateName] As String ) As String

Parameters

Name Type Description
FullFileName String
ModelStateName String

This is an optional argument whose default value is "".

Samples

Name Description
Adding Representation views This sample demonstrates how to create a base view by specifying various representations.
Create flat pattern drawing view This sample demonstrates the creation of a flat pattern base view in a drawing.
Create base view with representations This sample demonstrates how to create a base view by specifying various representations.
Open assembly using last model state This sample demonstrates how to open an assembly document in its last active model state.

Version

Introduced in version 11