A Sandcastle Documented Class Library
Add Method (item)
NamespacesColladaSourceAdd(Object)
Adds an item to the source
Declaration Syntax
C#Visual BasicVisual C++
public bool Add(
	Object item
)
Public Function Add ( _
	item As Object _
) As Boolean
public:
virtual bool Add(
	Object^ item
) sealed
Parameters
item (Object)
Item to add
Return Value
Returns true if item was added to the source, false otherwise.

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