DVTk API
Insert Method (index, value)
DVTkDvtk.IheActors.BasesActorConnectionCollectionInsert(Int32, ActorConnection)
DVTk API

[This is preliminary documentation and is subject to change.]

Inserts an ActorConnection element into the ActorConnectionCollection at the specified index.
Declaration Syntax
C#Visual BasicVisual C++
public void Insert(
	int index,
	ActorConnection value
)
Public Sub Insert ( _
	index As Integer, _
	value As ActorConnection _
)
public:
void Insert(
	int index, 
	ActorConnection^ value
)
Parameters
index (Int32)
The zero-based index at which value should be inserted.
value (ActorConnection)
The ActorConnection to insert.

Assembly: DvtkIheActors (Module: DvtkIheActors) Version: 0.0.0.0