Click or drag to resize

SectionStyleTableModify Method

Modify section style settings.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public bool Modify(
	SectionStyle sectionstyle,
	int index,
	bool quiet
)

Parameters

sectionstyle
Type: Rhino.DocObjectsSectionStyle
New sections style settings. This information is copied.
index
Type: SystemInt32
Zero based index of section style to set.
quiet
Type: SystemBoolean
if true, information message boxes pop up when illegal changes are attempted.

Return Value

Type: Boolean
true if successful. false if index is out of range.
See Also