Click or drag to resize

HatchPatternTableModify Method

Modify hatch pattern settings.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public bool Modify(
	HatchPattern hatchPattern,
	int hatchPatternIndex,
	bool quiet
)

Parameters

hatchPattern
Type: Rhino.DocObjectsHatchPattern
Definition of new hatch pattern. The information in the hatch pattern is copied.
hatchPatternIndex
Type: SystemInt32
Zero based index of the hatch pattern to modify.
quiet
Type: SystemBoolean
If true, information message boxes pop up when illegal changes are attempted.

Return Value

Type: Boolean
True if successful, or false if hatchPatternIndex is out of range.
See Also