NX Open C++ Reference Guide
Public Member Functions
NXOpen::PDM::PdmSearch Class Reference

Represents search query
Created in NX6.0.0. More...

Inheritance diagram for NXOpen::PDM::PdmSearch:
NXOpen::TransientObject

List of all members.

Public Member Functions

NXOpen::PDM::SearchResultAdvanced (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::SearchResultSimple (const NXString &searchCriteria)
 Perform simple search in the teamcenter and returns the result vector.
virtual ~PdmSearch ()
 Frees the object from memory.

Detailed Description

Represents search query
Created in NX6.0.0.



Constructor & Destructor Documentation

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


Member Function Documentation

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.

Returns:
search result
Created in NX6.0.0.

License requirements : None
Parameters:
entriessearch criteria entries
NOTE: The full Unicode character set is not supported for this parameter.
valuessearch criteria values
NOTE: The full Unicode character set is not supported for this parameter.

Perform simple search in the teamcenter and returns the result vector.


Please note, this functionality is available starting in Teamcenter 2007.1 MP2.

Returns:
search result
Created in NX6.0.0.

License requirements : None
Parameters:
searchCriteriasearch criteria as string
NOTE: The full Unicode character set is not supported for this parameter.

The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.