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

Represent an abstract object on display style. More...

Inheritance diagram for NXOpen.CAE.Xyplot.BaseDisplayStyleSetting:
NXOpen.TaggedObject NXOpen.CAE.Xyplot.IDisplayStyle NXOpen.Utilities.NXRemotableObject IMessageSink NXOpen.CAE.Xyplot.AngleAxisStyleSetting NXOpen.CAE.Xyplot.ArgumentAxisStyleSetting NXOpen.CAE.Xyplot.AxisStyleSetting NXOpen.CAE.Xyplot.BaseGridLayoutStyleSetting NXOpen.CAE.Xyplot.BaseSymbolStyleSetting NXOpen.CAE.Xyplot.ColorScaleStyle NXOpen.CAE.Xyplot.CurveDisplaySettings NXOpen.CAE.Xyplot.DiagramDisplayStyles NXOpen.CAE.Xyplot.FormulaExpressionStyle NXOpen.CAE.Xyplot.FormulaGridStyle NXOpen.CAE.Xyplot.GeneralDisplayStyles NXOpen.CAE.Xyplot.GraphOptionsStyle2D NXOpen.CAE.Xyplot.LegendTableGroupStyle NXOpen.CAE.Xyplot.LegendTableStyle NXOpen.CAE.Xyplot.PanStyle NXOpen.CAE.Xyplot.PlotGraphTemplate NXOpen.CAE.Xyplot.ProbingStyle NXOpen.CAE.Xyplot.ResultLegendStyle NXOpen.CAE.Xyplot.TextBoxStyleSetting NXOpen.CAE.Xyplot.TextStyleSetting NXOpen.CAE.Xyplot.UnknownResultScaleStyle

Public Member Functions

unsafe void CommitChange ()
 Commits any edits that have been applied to the display style. More...
 
unsafe NXOpen.TaggedObject Find (string journalIdentifier)
 Finds the NXOpen.TaggedObject with the given identifier as recorded in a journal. 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 string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
unsafe
NXOpen.CAE.Xyplot.IDisplayStyle 
Owner [get]
 Returns the owner style 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...
 
- Properties inherited from NXOpen.CAE.Xyplot.IDisplayStyle
NXOpen.CAE.Xyplot.IDisplayStyle Owner [get]
 Returns the owner style More...
 

Additional Inherited Members

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

Detailed Description

Represent an abstract object on display style.

not support KF.

Created in NX12.0.0

Member Function Documentation

unsafe void NXOpen.CAE.Xyplot.BaseDisplayStyleSetting.CommitChange ( )
inline

Commits any edits that have been applied to the display style.

Triggers the corresponding plot to update graph.

Created in NX9.0.0

License requirements: None.

Implements NXOpen.CAE.Xyplot.IDisplayStyle.

unsafe NXOpen.TaggedObject NXOpen.CAE.Xyplot.BaseDisplayStyleSetting.Find ( string  journalIdentifier)
inline

Finds the NXOpen.TaggedObject with the given identifier as recorded in a journal.

An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals.

An exception will be thrown if no object can be found with the given journal identifier.

Created in NX12.0.0

License requirements: None.

Parameters
journalIdentifierJournal identifier of the object
Returns

Property Documentation

unsafe string NXOpen.CAE.Xyplot.BaseDisplayStyleSetting.JournalIdentifier
get

Returns the identifier that would be recorded in a journal for this object.

This may not be the same across different releases of the software.

Created in NX12.0.0

License requirements: None.

unsafe NXOpen.CAE.Xyplot.IDisplayStyle NXOpen.CAE.Xyplot.BaseDisplayStyleSetting.Owner
get

Returns the owner style

Created in NX10.0.0

License requirements: None.


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