NX Open C++ Reference Guide
|
Represents a Annotations::EditTitleBlockBuilder builder
To create a new instance of this class, use Annotations::TitleBlockCollection::CreateEditTitleBlockBuilder
Created in NX8.0.0.
More...
Public Member Functions | |
NXString | GetCellValueForLabel (const NXString &label) |
Return the value of the cell for given label. | |
void | SetCellValueForLabel (const NXString &label, const NXString &value) |
Sets the value of the cell for given label Created in NX8.0.0. |
Represents a Annotations::EditTitleBlockBuilder builder
To create a new instance of this class, use Annotations::TitleBlockCollection::CreateEditTitleBlockBuilder
Created in NX8.0.0.
Return the value of the cell for given label.
label | Label whose value is quried |
void NXOpen::Annotations::EditTitleBlockBuilder::SetCellValueForLabel | ( | const NXString & | label, |
const NXString & | value | ||
) |
Sets the value of the cell for given label
Created in NX8.0.0.
License requirements : drafting ("DRAFTING")
label | Label whose value is to be set |
value | This value would be set for the given label |