Click or drag to resize

DimensionStyleOverrides Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the dimension style overrides list.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public DimensionStyleOverrideDictionary StyleOverrides { get; }
Request Example View Source

Property Value

Type: DimensionStyleOverrideDictionary
Remarks
Any dimension style value stored in this list will override its corresponding value in the assigned style to the dimension.
See Also