SelectionHandle Class

class NXOpen.SelectionHandle

Bases: NXOpen.TransientObject

Represents a SelectionHandle for UI Styler

New in version NX5.0.0.

Methods

Method Description
Dispose Free resources associated with the instance.

Method Detail

Dispose

SelectionHandle.Dispose

Free resources associated with the instance.

After this method is called, it is illegal to use the object. In .NET or Java, this method is automatically called when the object is deleted by the garbage collector.

Signature Dispose()

New in version NX5.0.0.

License requirements: None.