NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Properties | List of all members
NXOpen.Preferences.SessionUserInterface Class Reference

Represents the set of User Interface preferences applicable to entire session. More...

Inheritance diagram for NXOpen.Preferences.SessionUserInterface:
NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  JournalFileFormatType { Ascii, Unicode, UnicodeBigEndian, Utf8 }
 Describes the available format types for a journal file More...
 
enum  JournalLanguageType {
  VisualBasic, CPlusPlus, Java, Cs,
  Python
}
 Describes the language used to record journals More...
 

Properties

unsafe bool InsetMenuDialogComments [get, set]
 Returns or sets the insert menu/dialog comments flag More...
 
unsafe
NXOpen.Preferences.SessionUserInterface.JournalFileFormatType 
JournalFileFormat [get, set]
 Returns or sets the journal file format More...
 
unsafe
NXOpen.Preferences.SessionUserInterface.JournalLanguageType 
JournalLanguage [get, set]
 Returns or sets the journal language. More...
 
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 
- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Detailed Description

Represents the set of User Interface preferences applicable to entire session.

Other User Interface settings are available with NXOpen.Preferences.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 NXOpen.Preferences.SessionPreferences

Created in NX3.0.0

Member Enumeration Documentation

Describes the available format types for a journal file

Enumerator
Ascii 

Ascii

Unicode 

Unicode

UnicodeBigEndian 

Unicode Big Endian

Utf8 

UTF 8

Describes the language used to record journals

Enumerator
VisualBasic 
CPlusPlus 

C++ restricts the file format to Ascii

Java 
Cs 
Python 

Property Documentation

unsafe bool NXOpen.Preferences.SessionUserInterface.InsetMenuDialogComments
getset

Returns or sets the insert menu/dialog comments flag

Created in NX3.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Preferences.SessionUserInterface.JournalFileFormatType NXOpen.Preferences.SessionUserInterface.JournalFileFormat
getset

Returns or sets the journal file format

Created in NX3.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Preferences.SessionUserInterface.JournalLanguageType NXOpen.Preferences.SessionUserInterface.JournalLanguage
getset

Returns or sets the journal language.

Setting the journal language to C++ restricts the file format to Ascii.

Created in NX3.0.0

License requirements to get this property: None.

License requirements to set this property: None.

Tag NXOpen.Preferences.SessionUserInterface.Tag
get

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.