This methos is used to erase a scene object

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public void EraseSceneObject(
	int i
)
Visual Basic (Declaration)
Public Sub EraseSceneObject ( _
	i As Integer _
)
Visual C++
public:
void EraseSceneObject(
	int i
)

Parameters

i
Type: System..::.Int32
it is the scene object position in the list

See Also