Click or drag to resize

DimensionStyleOverrideDictionaryItem Property

Gets or sets the DimensionStyleOverride with the specified type.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public DimensionStyleOverride this[
	DimensionStyleOverrideType type
] { get; set; }

Parameters

type
Type: DXFReaderNET.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