AttributeDefinitionDictionaryContainsTag Method
|
Namespace:
DXFReaderNET.Collections
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public bool ContainsTag(
string tag
)
Public Function ContainsTag (
tag As String
) As Boolean
public:
bool ContainsTag(
String^ tag
)
member ContainsTag :
tag : string -> bool
METHOD ContainsTag(
tag AS STRING
) AS LOGIC
Parameters
- tag
- Type: SystemString
The tag to locate in the current dictionary.
Return Value
Type:
BooleanTrue if the current dictionary contains an
attribute definition with the tag; otherwise, false.
See Also