Click or drag to resize

AttributeDefinitionDictionaryItem Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the attribute definition with the specified tag.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public AttributeDefinition this[
	string tag
] { get; set; }
Request Example View Source

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