NX Open C++ Reference Guide
|
This class is responsible for storing part family member attribute values. More...
Public Member Functions | |
void | SetMemberValues (std::vector< NXString > &memberValues) |
Set the part family member data Created in NX6.0.0. | |
virtual | ~PartFamilyMemberValues () |
Free resources associated with the instance. |
This class is responsible for storing part family member attribute values.
Use the method Part::NewPartFamilyMemberValues to create new instance of this class.
Created in NX6.0.0.
virtual NXOpen::PartFamilyMemberValues::~PartFamilyMemberValues | ( | ) | [virtual] |
Free resources associated with the instance.
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 NX6.0.0.
License requirements : None
void NXOpen::PartFamilyMemberValues::SetMemberValues | ( | std::vector< NXString > & | memberValues | ) |
Set the part family member data
Created in NX6.0.0.
License requirements : None
memberValues | array of attribute values for a member NOTE: The full Unicode character set is not supported for this parameter. |