A Sandcastle Documented Class Library
Find Method (name)
NamespacesCollada.SkinningJointListFind(String)
Finds a Joint in the list with the specified name
Declaration Syntax
C#Visual BasicVisual C++
public Joint Find(
	string name
)
Public Function Find ( _
	name As String _
) As Joint
public:
Joint^ Find(
	String^ name
)
Parameters
name (String)
Name to look for
Return Value
Joint with the specified name, or null if could not found.

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