RhinoCommon API
DimStyleTableModify Method (DimensionStyle, Int32, Boolean) |
Modifies dimension style settings.
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

public bool Modify( DimensionStyle newSettings, int dimstyleIndex, bool quiet )
Public Function Modify ( newSettings As DimensionStyle, dimstyleIndex As Integer, quiet As Boolean ) As Boolean
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: Booleantrue if successful. false if dimstyleIndex is out of range
