Click or drag to resize

HatchPatternTableRename Method (Int32, String)

Renames a hatch pattern in the table.

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

Parameters

hatchPatternIndex
Type: SystemInt32
The index of the hatch pattern to rename.
hatchPatternName
Type: SystemString
The new hatch pattern name.

Return Value

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