Click or drag to resize

NamedViewTableRename Method (String, String)

Renames a named view.

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

Parameters

oldName
Type: SystemString
The name of a named view in the named view table.
newName
Type: SystemString
The new name.

Return Value

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