NX Open C++ Reference Guide
|
Represents search query
Created in NX6.0.0.
More...
Public Member Functions | |
std::vector< NXString > | GetResultObjectNames () |
Gets a list of the object names from the search result. | |
virtual | ~SearchResult () |
Frees the object from memory. |
Represents search query
Created in NX6.0.0.
virtual NXOpen::PDM::SearchResult::~SearchResult | ( | ) | [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
std::vector<NXString> NXOpen::PDM::SearchResult::GetResultObjectNames | ( | ) |
Gets a list of the object names from the search result.