|
Teamcenter C++ API Reference
2312
|
#include <Att0ParametersManagment.hxx>
Public Attributes | |
| tag_t | measureValue |
| std::string | method |
| std::map< std::string, std::vector< std::string > > | propValues |
| bool | toCreate |
Structure of Measure Value input.
Definition at line 83 of file Att0ParametersManagment.hxx.
| tag_t ATT0_measurevalue_input_s::measureValue |
Measure value to update
Definition at line 86 of file Att0ParametersManagment.hxx.
| std::string ATT0_measurevalue_input_s::method |
Method type to be create Measure value
Definition at line 87 of file Att0ParametersManagment.hxx.
| std::map<std::string, std::vector<std::string> > ATT0_measurevalue_input_s::propValues |
List of Property values
Definition at line 88 of file Att0ParametersManagment.hxx.
| bool ATT0_measurevalue_input_s::toCreate |
flag set to true if new measure value to be created
Definition at line 85 of file Att0ParametersManagment.hxx.