MemberIdentifier Class

class NXOpen.PartFamily.MemberIdentifier

Bases: NXOpen.TransientObject

This class represents the unique identifier for a part family member.

It essentially consitiutes the FAM attr object and value pair. This object is to be used in lieu of member name, whenever a member is needed to be uniquely identified.

Use PartFamily.TemplateManager.CreateMemberIdentifier() to create a new member identifier.

New in version NX10.0.0.

Methods

Method Description
Dispose Free resources associated with the instance.

Method Detail

Dispose

MemberIdentifier.Dispose

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

Signature Dispose()

New in version NX10.0.0.

License requirements: None.