Click or drag to resize

DimensionStyleOverrideDictionaryContainsValue Method

Determines whether current dictionary contains a specified DimensionStyleOverride.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public bool ContainsValue(
	DimensionStyleOverride value
)

Parameters

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