NX Open C++ Reference Guide
|
Used to specify parameter values for child rule creation or modification. More...
Public Member Functions | |
ParameterRule (const NXString &nameInitial, const NXString &ruleInitial) | |
Constructor for the ParameterRule struct. | |
Public Attributes | |
NXString | Name |
name of the parameter | |
NXString | Rule |
new rule text for this parameter | |
Used to specify parameter values for child rule creation or modification.
NXOpen::RuleManager::ParameterRule::ParameterRule | ( | const NXString & | nameInitial, |
const NXString & | ruleInitial | ||
) |
Constructor for the ParameterRule struct.
nameInitial | name of the parameter |
ruleInitial | new rule text for this parameter |
NXString NXOpen::RuleManager::ParameterRule::Name |
name of the parameter
NXString NXOpen::RuleManager::ParameterRule::Rule |
new rule text for this parameter