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
)
Public Sub Insert (
index As Integer,
value As GraphNode
)
public:
void Insert(
int index,
GraphNode^ value
)
member Insert :
index : int *
value : GraphNode -> unit
Parameters
- index Int32
- [in] Index at which to insert a GraphNode object.
- value GraphNode
- [in] GraphNode object to insert.
See Also