Click or drag to resize

PageViewGroupTableGetUnusedName Method (String)

Gets an unused page view group name.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public string GetUnusedName(
	string rootName
)

Parameters

rootName
Type: SystemString
The name's root or prefix.

Return Value

Type: String
An unused page view group name
See Also