NX Open C++ Reference Guide
|
Represents the set of User Interface preferences applicable to entire session. More...
Represents the set of User Interface preferences applicable to entire session.
Other User Interface settings are available with PartUserInterface for settings applicable to part and with the SessionUserInterfaceUI class for UI based User Interface Preferences
To obtain an instance of this class, refer to Preferences::SessionPreferences
Created in NX3.0.0.
Returns the insert menu/dialog comments flag
Created in NX3.0.0.
License requirements : None
NXOpen::Preferences::SessionUserInterface::JournalFileFormatType NXOpen::Preferences::SessionUserInterface::JournalFileFormat | ( | ) |
Returns the journal file format
Created in NX3.0.0.
License requirements : None
NXOpen::Preferences::SessionUserInterface::JournalLanguageType NXOpen::Preferences::SessionUserInterface::JournalLanguage | ( | ) |
Returns the journal language.
Setting the journal language to C++ restricts the file format to Ascii.
Created in NX3.0.0.
License requirements : None
void NXOpen::Preferences::SessionUserInterface::SetInsetMenuDialogComments | ( | bool | insetMenuDialogComments | ) |
Sets the insert menu/dialog comments flag
Created in NX3.0.0.
License requirements : None
insetMenuDialogComments | inset menu dialog comments |
void NXOpen::Preferences::SessionUserInterface::SetJournalFileFormat | ( | NXOpen::Preferences::SessionUserInterface::JournalFileFormatType | journalFileFormat | ) |
Sets the journal file format
Created in NX3.0.0.
License requirements : None
journalFileFormat | journal file format |
void NXOpen::Preferences::SessionUserInterface::SetJournalLanguage | ( | NXOpen::Preferences::SessionUserInterface::JournalLanguageType | language | ) |
Sets the journal language.
Setting the journal language to C++ restricts the file format to Ascii.
Created in NX3.0.0.
License requirements : None
language | language |
tag_t NXOpen::Preferences::SessionUserInterface::Tag | ( | ) | const |
Returns the tag of this object.