Click or drag to resize

XDataDictionaryTryGetValue Method

Gets the extended data associated with the specified application registry name.

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

Parameters

appId
Type: SystemString
The application registry name whose value to get.
value
Type: DXFReaderNETXData
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