Click or drag to resize
DigitalRuneLodCollectionRemove Method (Int32)
Removes the LOD at the specified index from the LodCollection.

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public void Remove(
	int index
)

Parameters

index
Type: SystemInt32
The index of the LOD to remove.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is not a valid index in the LodCollection.
See Also