NXOpen .NET Reference  12.0.0
Public Member Functions | Protected Member Functions | List of all members
NXOpen.PDM.FindCriteria Class Reference

Represents find criteria objects More...

Inheritance diagram for NXOpen.PDM.FindCriteria:

Public Member Functions

unsafe void SetCriteria (string queryName, string[] entries, string[] values)
 This API sets the search query name, entries, and values. More...
 
unsafe void GetCriteria (out string queryName, out string[] entries, out string[] values)
 This API returns the search query name, entries, and values. More...
 

Protected Member Functions

override void FreeResource ()
 Frees the object from memory. More...
 

Detailed Description

Represents find criteria objects

Created in NX11.0.0

Member Function Documentation

override void NXOpen.PDM.FindCriteria.FreeResource ( )
protected

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 NX11.0.0

License requirements: None.

unsafe void NXOpen.PDM.FindCriteria.GetCriteria ( out string  queryName,
out string[]  entries,
out string[]  values 
)

This API returns the search query name, entries, and values.

Created in NX11.0.0

License requirements: None.

Parameters
queryNameSearch query name
entriesSearch criteria entries
valuesSearch criteria values
unsafe void NXOpen.PDM.FindCriteria.SetCriteria ( string  queryName,
string[]  entries,
string[]  values 
)

This API sets the search query name, entries, and values.

Created in NX11.0.0

License requirements: None.

Parameters
queryNameSearch query name
entriesSearch criteria entries
valuesSearch criteria values

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