Click or drag to resize

XDataDictionaryContainsValue Method

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

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

Parameters

value
Type: netDxfXData
The extended data to locate in the current dictionary.

Return Value

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