Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

3b5f14b8 8265 cd36 4924 616addcdb8f7

haplokuon edited this page May 6, 2023 · 1 revision

Item Property

netDxf 3.0.0 Library

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

Definition

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

Parameters

  String
The application registry name to get or set.

Return Value

XData
The extended data of the application registry.

Implements

IDictionary(TKey, TValue).Item(TKey)

See Also

Reference

XDataDictionary Class
netDxf.Collections Namespace

Clone this wiki locally