ProbingStyle Class¶
-
class
NXOpen.CAE.Xyplot.ProbingStyle¶ Bases:
NXOpen.CAE.Xyplot.BaseDisplayStyleSettingManages the probing display styles.
Not support KF.
Properties¶
| Property | Description |
|---|---|
| HelpLineStyle | Returns the help line display style. |
| JournalIdentifier | Returns the identifier that would be recorded in a journal for this object. |
| Owner | Returns the owner style |
| StepLineStyle | Returns the step line display style. |
| Tag | Returns the Tag for this object. |
| TextStyle | Returns the text display style. |
Methods¶
| Method | Description |
|---|---|
| CommitChange | Commits any edits that have been applied to the display style. |
| Find | Finds the NXOpen.TaggedObject with the given identifier as recorded in a journal. |
Property Detail¶
HelpLineStyle¶
-
ProbingStyle.HelpLineStyle¶ Returns the help line display style.
-------------------------------------Getter Method
Signature
HelpLineStyleReturns: Probing help line style Return type: NXOpen.CAE.Xyplot.CurveDisplaySettingsNew in version NX12.0.0.
License requirements: None.
Owner¶
-
ProbingStyle.Owner¶ Returns the owner style
-------------------------------------Getter Method
Signature
OwnerReturns: Return type: NXOpen.CAE.Xyplot.IDisplayStyleNew in version NX10.0.0.
License requirements: None.
StepLineStyle¶
-
ProbingStyle.StepLineStyle¶ Returns the step line display style.
-------------------------------------Getter Method
Signature
StepLineStyleReturns: Probing step line style Return type: NXOpen.CAE.Xyplot.CurveDisplaySettingsNew in version NX12.0.0.
License requirements: None.
TextStyle¶
-
ProbingStyle.TextStyle¶ Returns the text display style.
-------------------------------------Getter Method
Signature
TextStyleReturns: Text display style Return type: NXOpen.CAE.Xyplot.TextStyleSettingNew in version NX12.0.0.
License requirements: None.