A Sandcastle Documented Class Library
Find Method (id)
NamespacesColladaSourceListFind(String)
Looks through the list for a source with the given id
Declaration Syntax
C#Visual BasicVisual C++
public ISource Find(
	string id
)
Public Function Find ( _
	id As String _
) As ISource
public:
ISource^ Find(
	String^ id
)
Parameters
id (String)
Collada ID you are looking for
Return Value
Returns the source, if found, otherwise null

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