FileManager.GetLastActiveModelState Method
Parent Object: FileManagerDescription
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 StringParameters
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. |