Click or drag to resize

XDataDictionaryTryGetValue Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the extended data associated with the specified application registry name.

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

Parameters

appId
Type: SystemString
The application registry name whose value to get.
value
Type: netDxfXData
When this method returns, the extended data associated with the specified application registry name, if the application registry name is found; otherwise, null. This parameter is passed uninitialized.

Return Value

Type: Boolean
True if the current dictionary contains an extended data with the specified application registry name; otherwise, false.

Implements

IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also