Click or drag to resize

DimensionStyleOverride Constructor

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of DimensionStyleOverride.

Namespace:  netDxf.Tables
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public DimensionStyleOverride(
	DimensionStyleOverrideType type,
	Object value
)
Request Example View Source

Parameters

type
Type: netDxf.TablesDimensionStyleOverrideType
Type of the dimension style to override.
value
Type: SystemObject
Value of the dimension style to override.
See Also