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

bb333ed9 2d62 57a8 567a b01115a23c1d

haplokuon edited this page May 6, 2023 · 1 revision

Add Method

netDxf 3.0.0 Library

Adds an extended data to the current dictionary.

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public void Add(
	XData item
)

VB

Public Sub Add ( 
	item As XData
)

C++

public:
void Add(
	XData^ item
)

F#

member Add : 
        item : XData -> unit 

Parameters

  XData
The extended data to add.

Remarks

If the current dictionary already contains an appId equals to the extended data that is being added the XDataRecords will be added to the existing one.

See Also

Reference

XDataDictionary Class
netDxf.Collections Namespace

Clone this wiki locally