A Sandcastle Documented Class Library
FindByFilename Method (filename)
NamespacesCollada.ImagesImageListFindByFilename(String)
Find an image object using its filename
Declaration Syntax
C#Visual BasicVisual C++
public Image FindByFilename(
	string filename
)
Public Function FindByFilename ( _
	filename As String _
) As Image
public:
Image^ FindByFilename(
	String^ filename
)
Parameters
filename (String)
filename to look for
Return Value
Image with the matching filename, or null if it could not found

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