A Sandcastle Documented Class Library
ISource Interface
NamespacesColladaISource
ISource is the interface used to manipulate collada sources. Most source interfaces are just accessing Source objects, but the Vertices class also implements the ISource interface.
Declaration Syntax
C#Visual BasicVisual C++
public interface ISource
Public Interface ISource
public interface class ISource
Members
All MembersMethodsProperties



IconMemberDescription
Add(Object)
Adds an item to the source

AddRange(IList)
Adds a range of several elements to the source as one entry

AllowDuplicates
When adding new data to the source, do you want to allow duplicate entries?

Clear()()()
Clears all data out of the source

Data
The list of all the data in the source

GetIndex(IList)
Returns the entry index of this list of integers in the source.

Hash
Used for quickly finding the index of an entry in the source.

Id
The id attribute from the collada element

IndexOf(Object)
Returns the entry index of the specified item.

Item[([(Int32])])
Retrieves the entry at the given index in the source

ItemCount
How many entries are in this source?

Name
The name attribute from the collada element

Presave()()()
Does any work necessary to prepare the XML for saving.

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