SessionPmi Class¶
-
class
NXOpen.Preferences.SessionPmi¶ Bases:
objectRepresents the set of PMI preferences applicable to entire session
To obtain an instance of this class, refer to
NXOpen.Preferences.SessionPreferencesNew in version NX4.0.0.
Properties¶
| Property | Description |
|---|---|
| AssocHighlightColor | Returns or sets the associated highlight color |
| ReadingDirection | Returns or sets the reading direction preference |
Methods¶
| Method | Description |
|---|---|
| UpdateTrackingPropertiesFromXml | Update tracking properties |
Property Detail¶
AssocHighlightColor¶
-
SessionPmi.AssocHighlightColor¶ Returns or sets the associated highlight color
-------------------------------------Getter Method
Signature
AssocHighlightColorReturns: Return type: int New in version NX4.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AssocHighlightColorParameters: assocHighlightColor (int) – New in version NX4.0.0.
License requirements: None.
ReadingDirection¶
-
SessionPmi.ReadingDirection¶ Returns or sets the reading direction preference
-------------------------------------Getter Method
Signature
ReadingDirectionReturns: Return type: bool New in version NX4.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ReadingDirectionParameters: readingDirection (bool) – New in version NX4.0.0.
License requirements: None.