Share

FileManager.GetLastActiveModelState Method

Parent Object: FileManager

Description

Method that returns the name of the model state that was active when the file was last saved.

Syntax

FileManager.GetLastActiveModelState( FullFileName As String ) As String

Parameters

Name Type Description
FullFileName String Input String value that specifies the full filename of a document. This can be a full filename of a part or assembly document.

Samples

Name Description
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 2022

Was this information helpful?