NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::PartFamilyMemberValues Class Reference

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

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

Public Member Functions

void SetMemberValues (std::vector< NXString > &memberValues)
 Free resources associated with the instance. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. More...
 

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.

Deprecated:
Deprecated in NX9.0.0. Use NXOpen::PartFamily::InstanceDefinition instead.


Created in NX6.0.0.

Member Function Documentation

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

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.

Deprecated:
Deprecated in NX9.0.0. PartFamilyMemberValues object is deprecated, so dispose of this object is not needed


Created in NX6.0.0.

License requirements : None Set the part family member data

Deprecated:
Deprecated in NX9.0.0.

Use NXOpen::PartFamily::InstanceDefinition::SetValueOfAttribute and NXOpen::PartFamily::TemplateManager::GetPartFamilyAttribute instead.


Created in NX6.0.0.

License requirements : None

Parameters
memberValuesarray of attribute values for a member

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