Click or drag to resize

XDataDictionaryItem Property

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

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public XData this[
	string appId
] { get; set; }
Request Example View Source

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