This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
5b2108b0 e960 d887 8e27 f7959f887e70
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Searches for the first occurrence attribute with the specified attribute definition tag within the entire collection
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
- String
Attribute
The first occurrence of the attribute with the specified attribute definition tag within the entire collection.