NXOpen .NET Reference  12.0.0
Public Member Functions | Protected 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:

Public Member Functions

unsafe void SetMemberValues (string[] memberValues)
 Set the part family member data More...
 

Protected Member Functions

override void FreeResource ()
 Free resources associated with the instance. 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.

Created in NX6.0.0

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

Member Function Documentation

override void NXOpen.PartFamilyMemberValues.FreeResource ( )
protected

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

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

License requirements: None.

unsafe void NXOpen.PartFamilyMemberValues.SetMemberValues ( string[]  memberValues)

Set the part family member data

Created in NX6.0.0

Deprecated in NX9.0.0. Use NXOpen.PartFamily.InstanceDefinition.SetValueOfAttribute and NXOpen.PartFamily.TemplateManager.GetPartFamilyAttribute instead.

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.