Click or drag to resize

DimensionStyleOverrideDictionaryRemove Method

Removes an DimensionStyleOverride of the specified type from the current dictionary.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public bool Remove(
	DimensionStyleOverrideType type
)

Parameters

type
Type: DXFReaderNET.TablesDimensionStyleOverrideType
The type of the DimensionStyleOverride to remove.

Return Value

Type: Boolean
True if the DimensionStyleOverride is successfully removed; otherwise, false.

Implements

IDictionaryTKey, TValueRemove(TKey)
See Also