Click or drag to resize

AttributeDefinitionDictionaryContainsValue Method

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

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

Parameters

value
Type: netDxf.EntitiesAttributeDefinition
The attribute definition to locate in the current dictionary.

Return Value

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