DVTk API [This is preliminary documentation and is subject to change.]
Inserts another Values instance in this instance at a specified position.

Declaration Syntax
public void Insert(
int zeroBasedIndex,
Values values
)
Public Sub Insert ( _
zeroBasedIndex As Integer, _
values As Values _
)
public:
void Insert(
int zeroBasedIndex,
Values^ values
)

Parameters
- zeroBasedIndex (Int32)
- The zero based index to insert.
- values (Values)
- The Values instance to insert.
Assembly:
DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0