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 | SetDescriptiveName (const char *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 | SetParameterName (const char *parameterName) |
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. | |
void | SetParameterValue (const char *parameterValue) |
Sets the value of the parameter Created in NX8.0.0. | |
virtual | ~SpreadsheetDataParameter () |
Dispose the spreadsheet object Created in NX8.0.0. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents parameter in the spreadsheet.
Created in NX8.0.0.
|
virtual |
Dispose the spreadsheet object
Created in NX8.0.0.
License requirements : None
NXString NXOpen::Tooling::SpreadsheetDataParameter::DescriptiveName | ( | ) |
Returns the descriptive name of the parameter
Created in NX8.0.0.
License requirements : None
NXString NXOpen::Tooling::SpreadsheetDataParameter::ParameterName | ( | ) |
Returns the name of the parameter
Created in NX8.0.0.
License requirements : None
NXString NXOpen::Tooling::SpreadsheetDataParameter::ParameterValue | ( | ) |
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::SetDescriptiveName | ( | const char * | 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::SetParameterName | ( | const char * | 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 |
void NXOpen::Tooling::SpreadsheetDataParameter::SetParameterValue | ( | const char * | parameterValue | ) |
Sets the value of the parameter
Created in NX8.0.0.
License requirements : None
parameterValue | value of the parameter |