NamedViewTable.Delete Method (Int32)

NamedViewTableDelete Method (Int32)

Remove named view from the document.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Delete(
	int index
)
Public Function Delete ( 
	index As Integer
) As Boolean

Parameters

index
Type: SystemInt32
index of the named view in the named view table.

Return Value

Type: Boolean
true if successful.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also