Click or drag to resize

GroupTableIsDeleted Method

Verifies a group is deleted.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool IsDeleted(
	int groupIndex
)

Parameters

groupIndex
Type: SystemInt32
The index of the group.

Return Value

Type: Boolean
true if the group is deleted, false otherwise.
See Also