NXOpen .NET Reference  12.0.0
Public Member Functions | Protected Member Functions | List of all members
NXOpen.PartFamily.InstanceDefinition Class Reference

This class repesents a part family table record (or instance definition on the template) and is created/deleted by PartFamily.TemplateManager . More...

Inheritance diagram for NXOpen.PartFamily.InstanceDefinition:

Public Member Functions

unsafe void SetValueOfAttribute (NXOpen.PartFamily.FamilyAttribute partFamAttr, string value)
 Set the value for passed atribute with the value More...
 
unsafe string GetValueOfAttribute (NXOpen.PartFamily.FamilyAttribute partFamAttr)
 Get the value for passed atribute More...
 

Protected Member Functions

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

Detailed Description

This class repesents a part family table record (or instance definition on the template) and is created/deleted by PartFamily.TemplateManager .

Use PartFamily.TemplateManager.AddInstanceDefinition to create a new instance defintion.

Created in NX9.0.0

Member Function Documentation

override void NXOpen.PartFamily.InstanceDefinition.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 NX9.0.0

License requirements: None.

unsafe string NXOpen.PartFamily.InstanceDefinition.GetValueOfAttribute ( NXOpen.PartFamily.FamilyAttribute  partFamAttr)

Get the value for passed atribute

Created in NX9.0.0

License requirements: solid_modeling ("SOLIDS MODELING")

Parameters
partFamAttr
Returns
unsafe void NXOpen.PartFamily.InstanceDefinition.SetValueOfAttribute ( NXOpen.PartFamily.FamilyAttribute  partFamAttr,
string  value 
)

Set the value for passed atribute with the value

Created in NX9.0.0

License requirements: solid_modeling ("SOLIDS MODELING")

Parameters
partFamAttr
value

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