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 414
39371ff9 1627 a9eb 878b ad0b825697be
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Determines whether current dictionary contains an attribute definition with the specified tag.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool ContainsTag(
string tag
)
VB
Public Function ContainsTag (
tag As String
) As Boolean
C++
public:
bool ContainsTag(
String^ tag
)
F#
member ContainsTag :
tag : string -> bool
- String
- The tag to locate in the current dictionary.
Boolean
True if the current dictionary contains an attribute definition with the tag; otherwise, false.
AttributeDefinitionDictionary Class
netDxf.Collections Namespace