NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::PDM::SearchResult Class Reference

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

Inheritance diagram for NXOpen::PDM::SearchResult:
NXOpen::TransientObject

Public Member Functions

std::vector< NXStringGetResultItemIds ()
 Gets a list of the item_ids from the search result.
 
std::vector< NXStringGetResultObjectNames ()
 Gets a list of the object names from the search result.
 
std::vector< NXStringGetResultObjectTypes ()
 Gets a list of the object types from the search result.
 
virtual ~SearchResult ()
 Frees the object from memory.
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object.
 

Detailed Description

Represents search query
Created in NX6.0.0.


Constructor & Destructor Documentation

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

Member Function Documentation

std::vector<NXString> NXOpen::PDM::SearchResult::GetResultItemIds ( )

Gets a list of the item_ids from the search result.

Returns
array of item_ids
Created in NX8.5.0.

License requirements : None
std::vector<NXString> NXOpen::PDM::SearchResult::GetResultObjectNames ( )

Gets a list of the object names from the search result.

Returns
array of object names
Created in NX6.0.0.

License requirements : None
std::vector<NXString> NXOpen::PDM::SearchResult::GetResultObjectTypes ( )

Gets a list of the object types from the search result.

Returns
array of object types
Created in NX8.5.0.

License requirements : None

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