A Sandcastle Documented Class Library
IsSubnodeOf Method (root)
NamespacesCollada.SceneNodeIsSubnodeOf(Node)
Tells you if this node is somewhere inside the subtree defined by a given root.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsSubnodeOf(
	Node root
)
Public Function IsSubnodeOf ( _
	root As Node _
) As Boolean
public:
bool IsSubnodeOf(
	Node^ root
)
Parameters
root (Node)
root node to test
Return Value
true if it is a subnode of root, false otherwise

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