Initialize a new instance of the XData class .
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public XData(
ApplicationRegistry appReg
)
Public Sub New (
appReg As ApplicationRegistry
)
public:
XData(
ApplicationRegistry^ appReg
)
new :
appReg : ApplicationRegistry -> XData
CONSTRUCTOR(
appReg AS ApplicationRegistry
)
Parameters
- appReg
- Type: DXFReaderNET.TablesApplicationRegistry
Name of the application associated with the list of extended data records.
See Also