NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.CAE.Xyplot.Preference Class Reference

Manages the preference data. More...

Inheritance diagram for NXOpen.CAE.Xyplot.Preference:
NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  NewWindowChoice { Prompt, Always }
 Defines whether to always show plot graph on a new separate graphic window More...
 
enum  TargetGraphicWindowOption { Main, Separate, Both }
 Defines the target graphic window type More...
 

Public Member Functions

unsafe void Save ()
 Saves preference settings to memory file so that preference setting could be shared among sessions More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- 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...
 

Properties

unsafe
NXOpen.CAE.FTK.DataManager.AfuRecordZValue 
AfuRecordZValue [get, set]
 Returns or sets the Z value type for afu record in 3D plot More...
 
unsafe int MaximumDisplayableColumnsInMatrix [get, set]
 Returns or sets the maximum displayable column count in a matrix plot. More...
 
unsafe int MaximumDisplayableRowsInMatrix [get, set]
 Returns or sets the maximum displayable row count in a matrix plot. More...
 
unsafe int MaximumLegendsInGraph [get, set]
 Returns or sets the maximum legend count on a graph. More...
 
unsafe int MaximumSubGraphsInStack [get, set]
 Returns or sets the maximum sub-graph count in a stacked graph More...
 
unsafe
NXOpen.CAE.Xyplot.Preference.NewWindowChoice 
NewWindowSetting [get, set]
 Returns or sets the new window setting value. More...
 
unsafe
NXOpen.CAE.Xyplot.Preference.TargetGraphicWindowOption 
TargetWindowSetting [get, set]
 Returns or sets the target window setting value More...
 
unsafe bool UpdateOverlayingAxisLimitsAutomatically [get, set]
 Returns or sets the status whether to update the axis limits automatically when overlaying records at next time More...
 
- Properties inherited from NXOpen.TaggedObject
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

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Manages the preference data.

Not support KF.

Created in NX9.0.0

Member Enumeration Documentation

Defines whether to always show plot graph on a new separate graphic window

Enumerator
Prompt 

Prompts user to show plot graph on either an existing or a new separate graphic window

Always 

Always show plot graph on a new separate graphic window

Defines the target graphic window type

Enumerator
Main 

Only shows plot graph on main graphic window

Separate 

Only shows plot graph on a separate graphic window

Both 

Shows plot graph on either main graphic window or a separate graphic window

Member Function Documentation

unsafe void NXOpen.CAE.Xyplot.Preference.Save ( )
inline

Saves preference settings to memory file so that preference setting could be shared among sessions

Created in NX10.0.0

License requirements: None.

Property Documentation

unsafe NXOpen.CAE.FTK.DataManager.AfuRecordZValue NXOpen.CAE.Xyplot.Preference.AfuRecordZValue
getset

Returns or sets the Z value type for afu record in 3D plot

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.CAE.Xyplot.Preference.MaximumDisplayableColumnsInMatrix
getset

Returns or sets the maximum displayable column count in a matrix plot.

The column count must be greater than 0

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.CAE.Xyplot.Preference.MaximumDisplayableRowsInMatrix
getset

Returns or sets the maximum displayable row count in a matrix plot.

The row count must be greater than 0

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.CAE.Xyplot.Preference.MaximumLegendsInGraph
getset

Returns or sets the maximum legend count on a graph.

If the record count on a graph exceeds this maximum number, legends will not be displayed and synchronized probing will be disabled.

Created in NX10.0.0

Deprecated in NX12.0.0. Use NXOpen.CAE.Xyplot.LegendTableStyle.MaximumLegendItemCount

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.CAE.Xyplot.Preference.MaximumSubGraphsInStack
getset

Returns or sets the maximum sub-graph count in a stacked graph

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.CAE.Xyplot.Preference.NewWindowChoice NXOpen.CAE.Xyplot.Preference.NewWindowSetting
getset

Returns or sets the new window setting value.

Avaliable when CAE.Xyplot.Preference.TargetWindowSetting is CAE.Xyplot.Preference.TargetGraphicWindowOption.Separate .

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.CAE.Xyplot.Preference.TargetGraphicWindowOption NXOpen.CAE.Xyplot.Preference.TargetWindowSetting
getset

Returns or sets the target window setting value

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.CAE.Xyplot.Preference.UpdateOverlayingAxisLimitsAutomatically
getset

Returns or sets the status whether to update the axis limits automatically when overlaying records at next time

Created in NX10.0.0

Deprecated in NX1847.0.0. This functionality is no longer supported.

License requirements to get this property: None.

License requirements to set this property: None.


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