Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

5b2108b0 e960 d887 8e27 f7959f887e70

haplokuon edited this page May 6, 2023 · 1 revision

AttributeWithTag Method

netDxf 3.0.0 Library

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

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public Attribute AttributeWithTag(
	string tag
)

VB

Public Function AttributeWithTag ( 
	tag As String
) As Attribute

C++

public:
Attribute^ AttributeWithTag(
	String^ tag
)

F#

member AttributeWithTag : 
        tag : string -> Attribute 

Parameters

  String

Return Value

Attribute
The first occurrence of the attribute with the specified attribute definition tag within the entire collection.

See Also

Reference

AttributeCollection Class
netDxf.Collections Namespace

Clone this wiki locally