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

This class is used for retrieving PDM database objects. More...

Inheritance diagram for NXOpen.PDM.DatabaseObjectManager:

Public Member Functions

unsafe NXOpen.PDM.FindCriteria[] NewFindcriteria (int nCriteria)
 This API constructs an array of empty NXOpen.PDM.FindCriteria objects. More...
 
unsafe NXOpen.PDM.DatabaseObjects NewDatabaseobjects ()
 This API constructs a new NXOpen.PDM.DatabaseObjects object. More...
 
unsafe NXOpen.PDM.DatabaseObjects[] FindObjects (NXOpen.PDM.FindCriteria[] findCriterias)
 This API finds database objects in the Teamcenter database using a Teamcenter saved query. More...
 

Protected Member Functions

override void FreeResource ()
 Free resources associated with the instance. More...
 

Detailed Description

This class is used for retrieving PDM database objects.

Use PDM.PdmSession.GetDatabaseObjectManager to get the instance of this class.

Created in NX11.0.0

Member Function Documentation

unsafe NXOpen.PDM.DatabaseObjects [] NXOpen.PDM.DatabaseObjectManager.FindObjects ( NXOpen.PDM.FindCriteria[]  findCriterias)

This API finds database objects in the Teamcenter database using a Teamcenter saved query.

Created in NX11.0.0

License requirements: None.

Parameters
findCriteriasFind critieria
Returns
Database objects
override void NXOpen.PDM.DatabaseObjectManager.FreeResource ( )
protected

Free resources associated with the instance.

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 NXOpen.PDM.DatabaseObjects NXOpen.PDM.DatabaseObjectManager.NewDatabaseobjects ( )

This API constructs a new NXOpen.PDM.DatabaseObjects object.

Created in NX11.0.0

License requirements: None.

Returns
Database objects
unsafe NXOpen.PDM.FindCriteria [] NXOpen.PDM.DatabaseObjectManager.NewFindcriteria ( int  nCriteria)

This API constructs an array of empty NXOpen.PDM.FindCriteria objects.

Created in NX11.0.0

License requirements: None.

Parameters
nCriteria
Returns
Find criteria

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