This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 416
3b5f14b8 8265 cd36 4924 616addcdb8f7
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the extended data with the specified application registry name.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public XData this[
string appId
] { get; set; }
VB
Public Default Property Item (
appId As String
) As XData
Get
Set
C++
public:
virtual property XData^ default[String^ appId] {
XData^ get (String^ appId) sealed;
void set (String^ appId, XData^ value) sealed;
}
F#
abstract Item : XData with get, set
override Item : XData with get, set
- String
- The application registry name to get or set.
XData
The extended data of the application registry.
IDictionary(TKey, TValue).Item(TKey)