Click or drag to resize

AttributeDefinitionDictionaryContainsTag Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Determines whether current dictionary contains an attribute definition with the specified tag.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public bool ContainsTag(
	string tag
)
Request Example View Source

Parameters

tag
Type: SystemString
The tag to locate in the current dictionary.

Return Value

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