GraphAddNode Method

Adds the specified node to this Graph object.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public void AddNode(
        GraphNode nodeToAdd
)

Parameters

nodeToAdd  GraphNode
[in] Node to add.
Remarks
Throws: OdError(eInvalidOwnerObject) if the specified GraphNode object already has an owner.
See Also

©  Bricsys NV. All rights reserved.