A Sandcastle Documented Class Library
ColladaDocument Class
NamespacesColladaColladaDocument
The ColladaDocument class represents a collada file. Use an object of this class to open and manipulate a collada file.
Declaration Syntax
C#Visual BasicVisual C++
public class ColladaDocument : ColladaDocumentRoot
Public Class ColladaDocument _
	Inherits ColladaDocumentRoot
public ref class ColladaDocument : public ColladaDocumentRoot
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ColladaDocument(String)
Constructs a new ColladaDocument object and populates it with the data from a file

AnimationGroups
List of AnimationGroup objects in this ColladaDocument

Cameras
List of Camera objects in this ColladaDocument

ControllerInstances
List of ControllerInstance objects in this ColladaDocument

Controllers
List of Controller objects in this ColladaDocument

Effects
List of Effect objects in this ColladaDocument

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Filename
Filename for this ColladaDocument

Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Geometries
List of Geometry objects in this ColladaDocument

GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Images
List of Image objects in this ColladaDocument

IsDirty
Tells you if the ColladaDocument object has changed since last it was saved
(Overrides ColladaDocumentRoot.IsDirty.)
MaterialInstances
List of MaterialInstance objects in this ColladaDocument

Materials
List of Material objects in this ColladaDocument

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Save()()()
Saves the ColladaDocument to disk as specified by the Filename property
(Overrides ColladaDocumentRoot.Save()()().)
SaveAs(String)
Saves the ColladaDocument to disk
(Overrides ColladaDocumentRoot.SaveAs(String).)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
VisualScenes
List of VisualScene objects in this ColladaDocument

Inheritance Hierarchy
Object
ColladaDocumentRoot
 ColladaDocument

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