Click or drag to resize

PageViewGroupTableDelete Method (Int32, Boolean)

Deletes a page view group.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public bool Delete(
	int index,
	bool quiet
)

Parameters

index
Type: SystemInt32
Zero-based index of page view group.
quiet
Type: SystemBoolean
true to disable any warning or error messages.

Return Value

Type: Boolean
true if successful, false otherwise.
See Also