NX Open C++ Reference Guide
|
Represents search query
Created in NX6.0.0.
More...
Public Member Functions | |
std::vector< NXString > | GetResultItemIds () |
Gets a list of the item_ids from the search result. | |
std::vector< NXString > | GetResultObjectNames () |
Gets a list of the object names from the search result. | |
std::vector< NXString > | GetResultObjectTypes () |
Gets a list of the object types from the search result. | |
virtual | ~SearchResult () |
Frees the object from memory. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents search query
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
std::vector<NXString> NXOpen::PDM::SearchResult::GetResultItemIds | ( | ) |
Gets a list of the item_ids from the search result.
std::vector<NXString> NXOpen::PDM::SearchResult::GetResultObjectNames | ( | ) |
Gets a list of the object names from the search result.
std::vector<NXString> NXOpen::PDM::SearchResult::GetResultObjectTypes | ( | ) |
Gets a list of the object types from the search result.