A Sandcastle Documented Class Library
RemoveRange Method (start, count)
NamespacesCollada.SceneNodeListRemoveRange(Int32, Int32)
Removes a range of nodes
Declaration Syntax
C#Visual BasicVisual C++
public void RemoveRange(
	int start,
	int count
)
Public Sub RemoveRange ( _
	start As Integer, _
	count As Integer _
)
public:
void RemoveRange(
	int start, 
	int count
)
Parameters
start (Int32)
Index of first node to remove
count (Int32)
Number of nodes to remove

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