DVTk API
Insert Method (index, value)
DVTkDvtk.IheActors.BasesActorNameCollectionInsert(Int32, ActorName)
DVTk API

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

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

Assembly: DvtkIheActors (Module: DvtkIheActors) Version: 0.0.0.0