Click or drag to resize

AttributeDefinitionDictionaryContainsTag Method

Determines whether current dictionary contains an attribute definition with the specified tag.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public bool ContainsTag(
	string tag
)

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