Opens and gets the specified node in this
graph.
Namespace: Teigha.Internal.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public DBObject GetNode(
uint nodeId,
OpenMode mode,
Transaction pTrans
)
Public Function GetNode (
nodeId As UInteger,
mode As OpenMode,
pTrans As Transaction
) As DBObject
public:
DBObject^ GetNode(
unsigned int nodeId,
OpenMode mode,
Transaction^ pTrans
)
member GetNode :
nodeId : uint32 *
mode : OpenMode *
pTrans : Transaction -> DBObject
Parameters
- nodeId UInt32
- [in] Node ID.
- mode OpenMode
- [in] Mode in which to open the Node object.
- pTrans Transaction
- [in] Transaction.
Return Value
DBObject
Graph node object.
See Also