GraphNodeCollectionAdd Method
|
Adds a GraphNode object to the
collection.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int Add(
GraphNode value
)
Public Function Add (
value As GraphNode
) As Integer
public:
int Add(
GraphNode^ value
)
member Add :
value : GraphNode -> int
Parameters
- value GraphNode
- [in] GraphNode object to add.
Return Value
Int32
Count of objects that the collection stores after adding a graph
node.
See Also