Click or drag to resize

DimensionStyleOverrideDictionaryItem Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the DimensionStyleOverride with the specified type.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public DimensionStyleOverride this[
	DimensionStyleOverrideType type
] { get; set; }
Request Example View Source

Parameters

type
Type: netDxf.TablesDimensionStyleOverrideType
The type of the DimensionStyleOverride to get or set.

Return Value

Type: DimensionStyleOverride
The DimensionStyleOverride with the specified type.

Implements

IDictionaryTKey, TValueItemTKey
See Also