NX Open C++ Reference Guide
|
Represents parameter in the spreadsheet. More...
Public Member Functions | |
NXString | DescriptiveName () |
Returns the descriptive name of the parameter Created in NX8.0.0. | |
NXString | ParameterName () |
Returns the name of the parameter Created in NX8.0.0. | |
NXString | ParameterValue () |
Returns the value of the parameter Created in NX8.0.0. | |
void | SetDescriptiveName (const NXString &descriptiveName) |
Sets the descriptive name of the parameter Created in NX8.0.0. | |
void | SetParameterName (const NXString ¶meterName) |
Sets the name of the parameter Created in NX8.0.0. | |
void | SetParameterValue (const NXString ¶meterValue) |
Sets the value of the parameter Created in NX8.0.0. | |
virtual | ~SpreadsheetDataParameter () |
Dispose the spreadsheet object Created in NX8.0.0. |
Represents parameter in the spreadsheet.
Created in NX8.0.0.
virtual NXOpen::Tooling::SpreadsheetDataParameter::~SpreadsheetDataParameter | ( | ) | [virtual] |
Dispose the spreadsheet object
Created in NX8.0.0.
License requirements : None
Returns the descriptive name of the parameter
Created in NX8.0.0.
License requirements : None
Returns the name of the parameter
Created in NX8.0.0.
License requirements : None
Returns the value of the parameter
Created in NX8.0.0.
License requirements : None
void NXOpen::Tooling::SpreadsheetDataParameter::SetDescriptiveName | ( | const NXString & | descriptiveName | ) |
Sets the descriptive name of the parameter
Created in NX8.0.0.
License requirements : None
descriptiveName | descriptive name of the parameter |
void NXOpen::Tooling::SpreadsheetDataParameter::SetParameterName | ( | const NXString & | parameterName | ) |
Sets the name of the parameter
Created in NX8.0.0.
License requirements : None
parameterName | name of the parameter |
void NXOpen::Tooling::SpreadsheetDataParameter::SetParameterValue | ( | const NXString & | parameterValue | ) |
Sets the value of the parameter
Created in NX8.0.0.
License requirements : None
parameterValue | value of the parameter |