NX Open C++ Reference Guide
|
This class defines a value that is internally backed up by a field. More...
Public Member Functions | |
NXOpen::Fields::Field * | GetField () |
Returns the implementation. | |
void | SetField (NXOpen::Fields::Field *field) |
Sets the implementation of the wrapper to the specified field Created in NX6.0.0. |
This class defines a value that is internally backed up by a field.
Created in NX6.0.0.
Returns the implementation.
void NXOpen::Fields::FieldWrapper::SetField | ( | NXOpen::Fields::Field * | field | ) |
Sets the implementation of the wrapper to the specified field
Created in NX6.0.0.
License requirements : None
field | an existing field that will be this wrapper's value |