Click or drag to resize

DimStyleTableModify Method (DimensionStyle, Guid, Boolean)

Modifies dimension style settings.

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

Parameters

newSettings
Type: Rhino.DocObjectsDimensionStyle
This information is copied.
dimstyleId
Type: SystemGuid
Id of dimension style
quiet
Type: SystemBoolean
if true, information message boxes pop up when illegal changes are attempted.

Return Value

Type: Boolean
true if successful. false if Id is not already in table
See Also