Click or drag to resize

AttributeCollectionAttributeWithTag Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Searches for the first occurrence attribute with the specified attribute definition tag within the entire collection

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

Parameters

tag
Type: SystemString

Return Value

Type: Attribute
The first occurrence of the attribute with the specified attribute definition tag within the entire collection.
See Also