Click or drag to resize

DimensionStyleOverrideDictionaryRemove Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes an DimensionStyleOverride of the specified type from the current dictionary.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public bool Remove(
	DimensionStyleOverrideType type
)
Request Example View Source

Parameters

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