NX Open C++ Reference Guide
Public Member Functions | 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::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::GeneralDisplayStyles NXOpen::CAE::Xyplot::GraphOptionsStyle2D NXOpen::CAE::Xyplot::LegendTableGroupStyle NXOpen::CAE::Xyplot::LegendTableStyle NXOpen::CAE::Xyplot::PlotGraphTemplate NXOpen::CAE::Xyplot::ProbingStyle NXOpen::CAE::Xyplot::TextBoxStyleSetting NXOpen::CAE::Xyplot::TextStyleSetting NXOpen::CAE::Xyplot::UnknownResultScaleStyle

Public Member Functions

virtual void CommitChange ()
 Commits any edits that have been applied to the display style. More...
 
NXOpen::TaggedObjectFind (const NXString &journalIdentifier)
 Finds the NXOpen::TaggedObject with the given identifier as recorded in a journal. More...
 
NXOpen::TaggedObjectFind (const char *journalIdentifier)
 Finds the NXOpen::TaggedObject with the given identifier as recorded in a journal. More...
 
NXString JournalIdentifier ()
 Returns the identifier that would be recorded in a journal for this object. More...
 
virtual
NXOpen::CAE::Xyplot::IDisplayStyle
Owner ()
 Returns the owner style
Created in NX10.0.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represent an abstract object on display style.


not support KF.

Created in NX12.0.0.

Member Function Documentation

virtual void NXOpen::CAE::Xyplot::BaseDisplayStyleSetting::CommitChange ( )
virtual

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.

NXOpen::TaggedObject* NXOpen::CAE::Xyplot::BaseDisplayStyleSetting::Find ( const NXString journalIdentifier)

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.

Returns

Created in NX12.0.0.

License requirements : None
Parameters
journalIdentifierJournal identifier of the object
NXOpen::TaggedObject* NXOpen::CAE::Xyplot::BaseDisplayStyleSetting::Find ( const char *  journalIdentifier)

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.

Returns

Created in NX12.0.0.

License requirements : None
Parameters
journalIdentifierJournal identifier of the object
NXString NXOpen::CAE::Xyplot::BaseDisplayStyleSetting::JournalIdentifier ( )

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

virtual NXOpen::CAE::Xyplot::IDisplayStyle* NXOpen::CAE::Xyplot::BaseDisplayStyleSetting::Owner ( )
virtual

Returns the owner style
Created in NX10.0.0.



License requirements : None

Implements NXOpen::CAE::Xyplot::IDisplayStyle.


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