Class Visual3DCollection
Represents an ordered collection of Visual3D objects.
Inheritance
Namespace: Telerik.Windows.Media.Media3D
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Visual3DCollection : ObservableCollection<Visual3D>, ITreeElement3D, ITreeNode3D
Constructors
Visual3DCollection(ITreeNode3D)
Initializes a new instance of the Visual3DCollection class.
Declaration
public Visual3DCollection(ITreeNode3D parent)
Parameters
ITreeNode3D
parent
The parent. |
Methods
InsertItem(Int32, Visual3D)
Inserts an item into the collection at the specified index.
Declaration
protected override void InsertItem(int index, Visual3D item)
Parameters
System.Int32
index
The zero-based index at which |
Visual3D
item
The object to insert. |
RemoveItem(Int32)
Removes the item at the specified index of the collection.
Declaration
protected override void RemoveItem(int index)
Parameters
System.Int32
index
The zero-based index of the element to remove. |
SetItem(Int32, Visual3D)
Replaces the element at the specified index.
Declaration
protected override void SetItem(int index, Visual3D item)
Parameters
System.Int32
index
The zero-based index of the element to replace. |
Visual3D
item
The new value for the element at the specified index. |