Click or drag to resize

LightTableUndelete Method

Restores a light that has been deleted.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.8
Syntax
public bool Undelete(
	int index
)

Parameters

index
Type: SystemInt32
A light index to be undeleted.

Return Value

Type: Boolean
true if successful.
See Also