Click or drag to resize

AttributeDefinitionDictionaryItem Property

Gets or sets the attribute definition with the specified tag.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public AttributeDefinition this[
	string tag
] { get; set; }

Parameters

tag
Type: SystemString
The tag of the attribute definition to get or set.

Return Value

Type: AttributeDefinition
The attribute definition with the specified tag.

Implements

IDictionaryTKey, TValueItemTKey
See Also