Click or drag to resize

DimensionStyleOverrideDictionaryContainsValue Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Determines whether current dictionary contains a specified DimensionStyleOverride.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public bool ContainsValue(
	DimensionStyleOverride value
)
Request Example View Source

Parameters

value
Type: netDxf.TablesDimensionStyleOverride
The DimensionStyleOverride to locate in the current dictionary.

Return Value

Type: Boolean
True if the current dictionary contains the DimensionStyleOverride; otherwise, false.
See Also