Click or drag to resize

AttributeDefinitionDictionaryContainsValue Method

Determines whether current dictionary contains a specified attribute definition.

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

Parameters

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