NX Open C++ Reference Guide
|
Represents the base symbol display style. More...
Public Member Functions | |
virtual void | CommitChange () |
Commits any edits that have been applied to the display style. | |
NXOpen::CAE::Xyplot::PointMarker | PointMarker () |
Returns the point marker Created in NX9.0.0. | |
void | SetPointMarker (NXOpen::CAE::Xyplot::PointMarker pointMarker) |
Sets the point marker Created in NX9.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the base symbol display style.
Call CAE::Xyplot::IDisplayStyle::CommitChange to apply style changes to corresponding plot after it's modified.
This is an abstract class.
Created in NX9.0.0.
|
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 : nx_ftk ("NX Advanced Graphing")
Implements NXOpen::CAE::Xyplot::IDisplayStyle.
NXOpen::CAE::Xyplot::PointMarker NXOpen::CAE::Xyplot::BaseSymbolStyleSetting::PointMarker | ( | ) |
Returns the point marker
Created in NX9.0.0.
License requirements : None
void NXOpen::CAE::Xyplot::BaseSymbolStyleSetting::SetPointMarker | ( | NXOpen::CAE::Xyplot::PointMarker | pointMarker | ) |
Sets the point marker
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
pointMarker | pointmarker |