NXOpen .NET Reference  12.0.0
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.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

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

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)

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.