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; }
Public Default Property Item (
appId As String
) As XData
Get
Set
public:
virtual property XData^ default[String^ appId] {
XData^ get (String^ appId) sealed;
void set (String^ appId, XData^ value) sealed;
}
abstract Item : XData with get, set
override Item : XData with get, set
PROPERTY SELF[
appId AS STRING
] AS XData GET SET
Parameters
- appId
- Type: SystemString
The application registry name to get or set.
Return Value
Type:
XDataThe
extended data of the application registry.
Implements
IDictionaryTKey, TValueItemTKeySee Also