DVTk API
Insert Method (index, value)
DVTkDvtkData.DimseAttributeSetInsert(Int32, Attribute)
DVTk API

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

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

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0