DVTk API
Insert Method (index, value)
DVTkDvtk.IheActors.ActorsActorCollectionInsert(Int32, BaseActor)
DVTk API

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

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

Assembly: DvtkIheActors (Module: DvtkIheActors) Version: 0.0.0.0