Description:
Syntax:
Description:
Modifies dimension style settings.
Syntax:
Parameters:
- newSettings
- Type: DimensionStyle
- This information is copied.
- dimstyleIndex
- Type: int
- zero based index of dimension to set. Must be in the range 0 <= dimstyleIndex < DimStyleTable.Count.
- quiet
- Type: bool
- if true, information message boxes pop up when illegal changes are attempted.
Returns:
Type: bool
True if successful. False if dimstyleIndex is out of range
Available since:
6.0
Description:
Modifies dimension style settings.
Syntax:
Parameters:
- newSettings
- Type: DimensionStyle
- This information is copied.
- dimstyleId
- Type: System.Guid
- Id of dimension style
- quiet
- Type: bool
- if true, information message boxes pop up when illegal changes are attempted.
Returns:
Type: bool
True if successful. False if Id is not already in table
Available since:
6.0