NX Open C++ Reference Guide
|
Represents search query
Created in NX6.0.0.
More...
Public Member Functions | |
NXOpen::PDM::SearchResult * | Advanced (std::vector< NXString > &entries, std::vector< NXString > &values) |
Perform advanced search in the teamcenter and returns the result vector .Advanced search takes in detailed inputs to perform the search. | |
NXOpen::PDM::SearchResult * | Simple (const NXString &searchCriteria) |
Perform simple search in the teamcenter and returns the result vector. | |
virtual | ~PdmSearch () |
Frees the object from memory. |
Represents search query
Created in NX6.0.0.
virtual NXOpen::PDM::PdmSearch::~PdmSearch | ( | ) | [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
NXOpen::PDM::SearchResult* NXOpen::PDM::PdmSearch::Advanced | ( | std::vector< NXString > & | entries, |
std::vector< NXString > & | values | ||
) |
Perform advanced search in the teamcenter and returns the result vector .Advanced search takes in detailed inputs to perform the search.
Please note, this functionality is available starting in Teamcenter 2007.1 MP2.
entries | search criteria entries NOTE: The full Unicode character set is not supported for this parameter. |
values | search criteria values NOTE: The full Unicode character set is not supported for this parameter. |
NXOpen::PDM::SearchResult* NXOpen::PDM::PdmSearch::Simple | ( | const NXString & | searchCriteria | ) |
Perform simple search in the teamcenter and returns the result vector.
Please note, this functionality is available starting in Teamcenter 2007.1 MP2.
searchCriteria | search criteria as string NOTE: The full Unicode character set is not supported for this parameter. |