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

39371ff9 1627 a9eb 878b ad0b825697be

haplokuon edited this page May 6, 2023 · 1 revision

ContainsTag Method

netDxf 3.0.0 Library

Determines whether current dictionary contains an attribute definition with the specified tag.

Definition

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 

Parameters

  String
The tag to locate in the current dictionary.

Return Value

Boolean
True if the current dictionary contains an attribute definition with the tag; otherwise, false.

See Also

Reference

AttributeDefinitionDictionary Class
netDxf.Collections Namespace

Clone this wiki locally