Click or drag to resize

AttributeDefinitionDictionaryTryGetValue Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the attribute definition associated with the specified tag.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public bool TryGetValue(
	string tag,
	out AttributeDefinition value
)
Request Example View Source

Parameters

tag
Type: SystemString
The tag whose value to get.
value
Type: netDxf.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