Click or drag to resize

DimStyleTableModify Method (DimensionStyle, Int32, Boolean)

Modifies dimension style settings.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool Modify(
	DimensionStyle newSettings,
	int dimstyleIndex,
	bool quiet
)

Parameters

newSettings
Type: Rhino.DocObjectsDimensionStyle
This information is copied.
dimstyleIndex
Type: SystemInt32
zero based index of dimension to set. Must be in the range 0 <= dimstyleIndex < DimStyleTable.Count.
quiet
Type: SystemBoolean
if true, information message boxes pop up when illegal changes are attempted.

Return Value

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