NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Protected Member Functions | List of all members
NXOpen.PartFamilyMemberData Class Reference

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

Inheritance diagram for NXOpen.PartFamilyMemberData:
NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Public Member Functions

unsafe void SetMemberData (NXOpen.PartFamilyMemberValues[] memberData)
 Set the part family member data More...
 
- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Protected Member Functions

override void FreeResource ()
 Free resources associated with the instance. More...
 

Additional Inherited Members

- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 

Detailed Description

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

Created in NX6.0.0

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

Member Function Documentation

override void NXOpen.PartFamilyMemberData.FreeResource ( )
inlineprotectedvirtual

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. PartFamilyMemberData object is deprecated, so dispose of this object is not needed

License requirements: None.

Implements NXOpen.TransientObject.

unsafe void NXOpen.PartFamilyMemberData.SetMemberData ( NXOpen.PartFamilyMemberValues[]  memberData)
inline

Set the part family member data

Created in NX6.0.0

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

License requirements: None.

Parameters
memberDataarray of attribute values corresponding to each member

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