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 416
755e1667 35de 46b0 1aee cdfa0d5234a2
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new XDataRecord.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public XDataRecord(
XDataCode code,
Object value
)
VB
Public Sub New (
code As XDataCode,
value As Object
)
C++
public:
XDataRecord(
XDataCode code,
Object^ value
)
F#
new :
code : XDataCode *
value : Object -> XDataRecord
- XDataCode
- XData code.
- Object
- XData value.