DVTk API
Insert Method (index, value)
DVTkDvtk.IheActors.ActorsActorsTransactionLogInsert(Int32, ActorsTransaction)
DVTk API

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

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

Assembly: DvtkIheActors (Module: DvtkIheActors) Version: 0.0.0.0