Click or drag to resize

HatchPatternTableRename Method (HatchPattern, String)

Renames a hatch pattern in the table.

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

Parameters

item
Type: Rhino.DocObjectsHatchPattern
The hatch pattern to rename
hatchPatternName
Type: SystemString
The new hatch pattern name.

Return Value

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