NX Open C++ Reference Guide
|
Represents a list of named properties, where the property name is a unique string. More...
Public Member Functions | |
virtual | ~CaeDataContainer () |
Frees the object from memory. |
Represents a list of named properties, where the property name is a unique string.
The properties can be accessed and modified. In addition, new Properties can be added to the existing list.
Created in NX7.5.0.
virtual NXOpen::CAE::CaeDataContainer::~CaeDataContainer | ( | ) | [virtual] |
Frees the object from memory.
After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Created in NX7.5.0.
License requirements : None