NX Open C++ Reference Guide
|
Represents the output from a smart selector method
This is an abstract class, and cannot be created.
More...
Public Member Functions | |
virtual | ~SelectionMethod () |
Frees the object from memory. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents the output from a smart selector method
This is an abstract class, and cannot be created.
Created in NX6.0.0.
|
virtual |
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.
Created in NX6.0.0.
License requirements : None