Click or drag to resize

AttributeCollectionAttributeWithTag Method

Searches for the first occurrence attribute with the specified attribute definition tag within the entire collection

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

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