|
NX Open C++ Reference Guide
|
Represents a Multiline String block
Created in NX6.0.0.
More...
Public Member Functions | |
| std::vector< NXString > | GetValue () |
| Gets the Value. | |
| int | Height () |
| Returns the Height Created in NX8.5.0. | |
| bool | Localize () |
| Returns the Localize. | |
| int | MaximumCharactersAccepted () |
| Returns the MaximumCharactersAccepted Created in NX8.5.0. | |
| int | MaximumHeight () |
| Returns the MaximumHeight Created in NX8.5.0. | |
| int | MinimumHeight () |
| Returns the MinimumHeight Created in NX8.5.0. | |
| bool | ResizeHeightWithDialog () |
| Returns the ResizeHeightWithDialog. | |
| bool | RetainValue () |
| Returns the RetainValue Created in NX8.5.0. | |
| void | SetHeight (int height) |
| Sets the Height Created in NX8.5.0. | |
| void | SetLocalize (bool localize) |
| Sets the Localize. | |
| void | SetMaximumCharactersAccepted (int maxChar) |
| Sets the MaximumCharactersAccepted Created in NX8.5.0. | |
| void | SetMaximumHeight (int maxHeight) |
| Sets the MaximumHeight Created in NX8.5.0. | |
| void | SetMinimumHeight (int minHeight) |
| Sets the MinimumHeight Created in NX8.5.0. | |
| void | SetResizeHeightWithDialog (bool resize) |
| Sets the ResizeHeightWithDialog. | |
| void | SetRetainValue (bool retain) |
| Sets the RetainValue Created in NX8.5.0. | |
| void | SetValue (std::vector< NXString > &valueString) |
| Sets the Value Created in NX8.5.0. | |
| void | SetValuesConcatenated (const NXString &valueString) |
| Sets the ValuesConcatenated. | |
| void | SetValuesConcatenated (const char *valueString) |
| Sets the ValuesConcatenated. | |
| void | SetWidth (int width) |
| Sets the Width Created in NX8.5.0. | |
| NXString | ValuesConcatenated () |
| Returns the ValuesConcatenated. | |
| int | Width () |
| Returns the Width Created in NX8.5.0. | |
Public Member Functions inherited from NXOpen::BlockStyler::UIBlock | |
| bool | Enable () |
| Returns the Enable. | |
| bool | Expanded () |
| Returns the Expanded Created in NX8.5.0. | |
| void | Focus () |
| Focuses on the block. | |
| NXOpen::BlockStyler::PropertyList * | GetProperties () |
| Returns the properties of the block. | |
| bool | Group () |
| Returns the Group Created in NX8.5.0. | |
| NXString | Label () |
| Returns the Label Created in NX8.5.0. | |
| NXString | Name () |
| Returns the name of the block or BlockID Created in NX6.0.0. | |
| void | SetEnable (bool enable) |
| Sets the Enable. | |
| void | SetExpanded (bool expanded) |
| Sets the Expanded Created in NX8.5.0. | |
| void | SetGroup (bool group) |
| Sets the Group Created in NX8.5.0. | |
| void | SetLabel (const NXString &label) |
| Sets the Label Created in NX8.5.0. | |
| void | SetLabel (const char *label) |
| Sets the Label Created in NX8.5.0. | |
| void | SetShow (bool show) |
| Sets the Visibility of block. | |
| bool | Show () |
| Returns the Visibility of block. | |
| NXString | Type () |
| Returns the type of block Created in NX6.0.0. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a Multiline String block
Created in NX6.0.0.
| std::vector<NXString> NXOpen::BlockStyler::MultilineString::GetValue | ( | ) |
Gets the Value.
| int NXOpen::BlockStyler::MultilineString::Height | ( | ) |
Returns the Height
Created in NX8.5.0.
License requirements : None
| bool NXOpen::BlockStyler::MultilineString::Localize | ( | ) |
Returns the Localize.
If true, the Label is translated to current locale language
Created in NX8.5.0.
License requirements : None
| int NXOpen::BlockStyler::MultilineString::MaximumCharactersAccepted | ( | ) |
Returns the MaximumCharactersAccepted
Created in NX8.5.0.
License requirements : None
| int NXOpen::BlockStyler::MultilineString::MaximumHeight | ( | ) |
Returns the MaximumHeight
Created in NX8.5.0.
License requirements : None
| int NXOpen::BlockStyler::MultilineString::MinimumHeight | ( | ) |
Returns the MinimumHeight
Created in NX8.5.0.
License requirements : None
| bool NXOpen::BlockStyler::MultilineString::ResizeHeightWithDialog | ( | ) |
Returns the ResizeHeightWithDialog.
If true, height of block will dynamically change when the dialog is resized.
Created in NX8.5.0.
License requirements : None
| bool NXOpen::BlockStyler::MultilineString::RetainValue | ( | ) |
Returns the RetainValue
Created in NX8.5.0.
License requirements : None
| void NXOpen::BlockStyler::MultilineString::SetHeight | ( | int | height | ) |
Sets the Height
Created in NX8.5.0.
License requirements : None
| height | height |
| void NXOpen::BlockStyler::MultilineString::SetLocalize | ( | bool | localize | ) |
Sets the Localize.
If true, the Label is translated to current locale language
Created in NX8.5.0.
License requirements : None
| localize | localize |
| void NXOpen::BlockStyler::MultilineString::SetMaximumCharactersAccepted | ( | int | maxChar | ) |
Sets the MaximumCharactersAccepted
Created in NX8.5.0.
License requirements : None
| maxChar | max char |
| void NXOpen::BlockStyler::MultilineString::SetMaximumHeight | ( | int | maxHeight | ) |
Sets the MaximumHeight
Created in NX8.5.0.
License requirements : None
| maxHeight | max height |
| void NXOpen::BlockStyler::MultilineString::SetMinimumHeight | ( | int | minHeight | ) |
Sets the MinimumHeight
Created in NX8.5.0.
License requirements : None
| minHeight | min height |
| void NXOpen::BlockStyler::MultilineString::SetResizeHeightWithDialog | ( | bool | resize | ) |
Sets the ResizeHeightWithDialog.
If true, height of block will dynamically change when the dialog is resized.
Created in NX8.5.0.
License requirements : None
| resize | resize |
| void NXOpen::BlockStyler::MultilineString::SetRetainValue | ( | bool | retain | ) |
Sets the RetainValue
Created in NX8.5.0.
License requirements : None
| retain | retain |
| void NXOpen::BlockStyler::MultilineString::SetValue | ( | std::vector< NXString > & | valueString | ) |
Sets the Value
Created in NX8.5.0.
License requirements : None
| valueString | value string |
| void NXOpen::BlockStyler::MultilineString::SetValuesConcatenated | ( | const NXString & | valueString | ) |
Sets the ValuesConcatenated.
Represents single string with values in block concatenated with new-line characters.
Created in NX8.5.0.
License requirements : None
| valueString | value string |
| void NXOpen::BlockStyler::MultilineString::SetValuesConcatenated | ( | const char * | valueString | ) |
Sets the ValuesConcatenated.
Represents single string with values in block concatenated with new-line characters.
Created in NX8.5.0.
License requirements : None
| valueString | value string |
| void NXOpen::BlockStyler::MultilineString::SetWidth | ( | int | width | ) |
Sets the Width
Created in NX8.5.0.
License requirements : None
| width | width |
| NXString NXOpen::BlockStyler::MultilineString::ValuesConcatenated | ( | ) |
Returns the ValuesConcatenated.
Represents single string with values in block concatenated with new-line characters.
Created in NX8.5.0.
License requirements : None
| int NXOpen::BlockStyler::MultilineString::Width | ( | ) |
Returns the Width
Created in NX8.5.0.
License requirements : None