Click or drag to resize

NamedViewTableRename Method (Int32, String)

Renames a named view.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public bool Rename(
	int index,
	string newName
)

Parameters

index
Type: SystemInt32
Index of the named view in the named view table.
newName
Type: SystemString
The new name.

Return Value

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