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

de50f0dd a2a6 8c71 5951 1481cc2289b1

haplokuon edited this page May 6, 2023 · 1 revision

XData Constructor

netDxf 3.0.0 Library

Initialize a new instance of the XData class .

Definition

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

C#

public XData(
	ApplicationRegistry appReg
)

VB

Public Sub New ( 
	appReg As ApplicationRegistry
)

C++

public:
XData(
	ApplicationRegistry^ appReg
)

F#

new : 
        appReg : ApplicationRegistry -> XData

Parameters

  ApplicationRegistry
Name of the application associated with the list of extended data records.

See Also

Reference

XData Class
netDxf Namespace

Clone this wiki locally