TransactionGetAllObjects Method
|
Retrieves all objects that are open in this
transaction.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public DBObjectCollection GetAllObjects()
Public Function GetAllObjects As DBObjectCollection
public:
DBObjectCollection^ GetAllObjects()
member GetAllObjects : unit -> DBObjectCollection
Return Value
DBObjectCollection
Collection of the database objects.
See Also