JournalManager Class¶
-
class
NXOpen.JournalManager¶ Bases:
objectRepresents the JournalManager which is used to query data about journals when recording and replaying journal files.
The language NX is setup to, or currently recording can be determined from
NXOpen.Preferences.SessionUserInterface.JournalLanguage().To obtain an instance of this class, refer to
NXOpen.SessionNew in version NX11.0.0.
Properties¶
| Property | Description |
|---|---|
| JournalLanguage | Returns the language the journal will be recored in. |
Methods¶
Property Detail¶
JournalLanguage¶
-
JournalManager.JournalLanguage¶ Returns the language the journal will be recored in.
This is a convenience querry, as this will return the same value as
NXOpen.Preferences.SessionUserInterface.JournalLanguage()-------------------------------------Getter Method
Signature
JournalLanguageReturns: Return type: NXOpen.Preferences.SessionUserInterfaceJournalLanguageTypeNew in version NX11.0.0.
License requirements: None.