GraphNodeCollectionInsert Method

Inserts the specified GraphNode object to this collection at the specified index.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public void Insert(
        int index,
        GraphNode value
)

Parameters

index  Int32
[in] Index at which to insert a GraphNode object.
value  GraphNode
[in] GraphNode object to insert.
See Also

©  Bricsys NV. All rights reserved.