Click or drag to resize

XDataDictionaryItem Property

Gets or sets the extended data with the specified application registry name.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public XData this[
	string appId
] { get; set; }

Parameters

appId
Type: SystemString
The application registry name to get or set.

Return Value

Type: XData
The extended data of the application registry.

Implements

IDictionaryTKey, TValueItemTKey
See Also