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

Represents the text box display style. More...

Inheritance diagram for NXOpen.CAE.Xyplot.TextBoxStyleSetting:
NXOpen.CAE.Xyplot.BaseDisplayStyleSetting NXOpen.TaggedObject NXOpen.CAE.Xyplot.IDisplayStyle NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe
NXOpen.CAE.Xyplot.CurveDisplaySettings 
GetLineStyle ()
 Gets the text box line style More...
 
unsafe double GetMargin (NXOpen.CAE.Xyplot.TextBoxMarginOption marginOption)
 Gets the margin value of text box More...
 
unsafe void SetMargin (NXOpen.CAE.Xyplot.TextBoxMarginOption marginOption, double marginValue)
 Sets the margin value of text box More...
 
- Public Member Functions inherited from NXOpen.CAE.Xyplot.BaseDisplayStyleSetting
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 NXOpen.NXColor Color [get, set]
 Returns or sets the text box outline color More...
 
unsafe NXOpen.NXColor FillingColor [get, set]
 Returns or sets the text box filling color More...
 
unsafe bool IsFilled [get, set]
 Returns or sets a value indicating whether to fill the text box More...
 
unsafe bool Visibility [get, set]
 Returns or sets a value indicating whether to display the text box More...
 
- Properties inherited from NXOpen.CAE.Xyplot.BaseDisplayStyleSetting
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

Represents the text box display style.

Call CAE.Xyplot.BaseDisplayStyleSetting.CommitChange to apply style changes to corresponding plot after it's modified.

Not support KF.

Created in NX9.0.0

Member Function Documentation

unsafe NXOpen.CAE.Xyplot.CurveDisplaySettings NXOpen.CAE.Xyplot.TextBoxStyleSetting.GetLineStyle ( )
inline

Gets the text box line style

Created in NX12.0.0

License requirements: None.

Returns
unsafe double NXOpen.CAE.Xyplot.TextBoxStyleSetting.GetMargin ( NXOpen.CAE.Xyplot.TextBoxMarginOption  marginOption)
inline

Gets the margin value of text box

Created in NX12.0.0

License requirements: None.

Parameters
marginOptionmargin option
Returns
unsafe void NXOpen.CAE.Xyplot.TextBoxStyleSetting.SetMargin ( NXOpen.CAE.Xyplot.TextBoxMarginOption  marginOption,
double  marginValue 
)
inline

Sets the margin value of text box

Created in NX12.0.0

License requirements: None.

Parameters
marginOptionmargin option
marginValue

Property Documentation

unsafe NXOpen.NXColor NXOpen.CAE.Xyplot.TextBoxStyleSetting.Color
getset

Returns or sets the text box outline color

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.NXColor NXOpen.CAE.Xyplot.TextBoxStyleSetting.FillingColor
getset

Returns or sets the text box filling color

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.CAE.Xyplot.TextBoxStyleSetting.IsFilled
getset

Returns or sets a value indicating whether to fill the text box

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.CAE.Xyplot.TextBoxStyleSetting.Visibility
getset

Returns or sets a value indicating whether to display the text box

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.


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