Click or drag to resize

AttributeDefinitionDictionaryTryGetValue Method

Gets the attribute definition associated with the specified tag.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public bool TryGetValue(
	string tag,
	out AttributeDefinition value
)

Parameters

tag
Type: SystemString
The tag whose value to get.
value
Type: DXFReaderNET.EntitiesAttributeDefinition
When this method returns, the attribute definition associated with the specified tag, if the tag is found; otherwise, null. This parameter is passed uninitialized.

Return Value

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

Implements

IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also