NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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:
NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Public Member Functions

unsafe void SetMemberValues (string[] memberValues)
 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 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 ( )
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. PartFamilyMemberValues object is deprecated, so dispose of this object is not needed

License requirements: None.

Implements NXOpen.TransientObject.

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

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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.