A Sandcastle Documented Class Library
Item Property (index)
NamespacesColladaAccessorItem[([(Int32])])
Gets or sets the entry in the attached Source at the specified index
Declaration Syntax
C#Visual BasicVisual C++
public Object this[
	int index
] { get; set; }
Public Default Property Item ( _
	index As Integer _
) As Object
public:
property Object^ default[int index] {
	Object^ get (int index);
	void set (int index, Object^ value);
}
Parameters
index (Int32)
Entry index to get
Return Value
If Stride is 1, returns an object of whatever type of data exists in the Source at the given index. Otherwise returns a List of objects, whose length is determined by Stride.

Assembly: Collada (Module: Collada) Version: 1.0.0.0 (1.0.0.0)