NX Open C++ Reference Guide
|
Represents the set of User Interface preferences applicable to entire part. More...
Public Member Functions | |
int | DialogBoxDecimalPlaces () |
Returns the dialog box decimal places Created in NX3.0.0. | |
void | SetDialogBoxDecimalPlaces (int dialogBoxDecimalPlaces) |
Sets the dialog box decimal places Created in NX3.0.0. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the set of User Interface preferences applicable to entire part.
Other User Interface settings are available with SessionUserInterface for settings applicable to session and with SessionUserInterfaceUI class for UI based User Interface Preferences
To obtain an instance of this class, refer to Preferences::PartPreferences
Created in NX3.0.0.
int NXOpen::Preferences::PartUserInterface::DialogBoxDecimalPlaces | ( | ) |
Returns the dialog box decimal places
Created in NX3.0.0.
License requirements : None
void NXOpen::Preferences::PartUserInterface::SetDialogBoxDecimalPlaces | ( | int | dialogBoxDecimalPlaces | ) |
Sets the dialog box decimal places
Created in NX3.0.0.
License requirements : None
dialogBoxDecimalPlaces | dialog box decimal places |
tag_t NXOpen::Preferences::PartUserInterface::Tag | ( | ) | const |
Returns the tag of this object.