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

This class is responsible for storing part family member data Use the method Part::NewPartFamilyMemberData to create new instance of this class. More...

Inheritance diagram for NXOpen::PartFamilyMemberData:
NXOpen::TransientObject

List of all members.

Public Member Functions

void SetMemberData (const std::vector< NXOpen::PartFamilyMemberValues * > &memberData)
 Set the part family member data
Created in NX6.0.0.
virtual ~PartFamilyMemberData ()
 Free resources associated with the instance.

Detailed Description

This class is responsible for storing part family member data Use the method Part::NewPartFamilyMemberData 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::PartFamilyMemberData::SetMemberData ( const std::vector< NXOpen::PartFamilyMemberValues * > &  memberData)

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



License requirements : None

Parameters:
memberDataarray of attribute values corresponding to each member

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