NX Open C++ Reference Guide
Public Member Functions
NXOpen::PartFamilyMemberValues Class Reference

This class is responsible for storing part family member attribute values. More...

Inheritance diagram for NXOpen::PartFamilyMemberValues:
NXOpen::TransientObject

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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


Member Function Documentation

void NXOpen::PartFamilyMemberValues::SetMemberValues ( std::vector< NXString > &  memberValues)

Set the part family member data
Created in NX6.0.0.



License requirements : None

Parameters:
memberValuesarray of attribute values for a member
NOTE: The full Unicode character set is not supported for this parameter.

The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.