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 413
de50f0dd a2a6 8c71 5951 1481cc2289b1
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initialize a new instance of the XData
class .
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
- ApplicationRegistry
- Name of the application associated with the list of extended data records.