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 level of detail name for an assembly document.

Syntax

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

Parameters

Name Type Description
FullFileName String Input String that specifies the Inventor file on disk.
LevelOfDetailName String Optional input String that specifies the name of the level of detail within the file. This argument is ignored for part, presentation and drawing documents. If an assembly document has multiple level of detail representations and this argument is not specified, the full document name of the master document is returned.

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 level of detail. This sample demonstrates how to open an assembly document in its last active Level of Detail Representation.

Version

Introduced in version 11