ListOfValues Class

class NXOpen.PDM.ListOfValues

Bases: NXOpen.TransientObject

Represents list of values to be used in search query

New in version NX6.0.0.

Methods

Method Description
Dispose Frees the object from memory.

Method Detail

Dispose

ListOfValues.Dispose

Frees the object from memory.

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 NX6.0.0.

License requirements: None.