A Sandcastle Documented Class Library
ColladaDocument Constructor (filename)
NamespacesColladaColladaDocumentColladaDocument(String)
Constructs a new ColladaDocument object and populates it with the data from a file
Declaration Syntax
C#Visual BasicVisual C++
public ColladaDocument(
	string filename
)
Public Sub New ( _
	filename As String _
)
public:
ColladaDocument(
	String^ filename
)
Parameters
filename (String)
Collada file to load

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