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 409
cee24174 c1ec b316 39fa 4d475dc48669
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Represents an entry in the extended data of an entity.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public class XDataRecord
VB
Public Class XDataRecord
C++
public ref class XDataRecord
F#
type XDataRecord = class end
Inheritance | Object → XDataRecord |
XDataRecord | Initializes a new XDataRecord. |
CloseControlString | An extended data control string can be either "{" or "}". These braces enable applications to organize their data by subdividing the data into lists. The left brace begins a list, and the right brace terminates the most recent list. Lists can be nested. |
Code | Gets the XData code. |
OpenControlString | An extended data control string can be either "{"or "}". These braces enable applications to organize their data by subdividing the data into lists. The left brace begins a list, and the right brace terminates the most recent list. Lists can be nested. |
Value | Gets the XData value. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Obtains a string that represents the XDataRecord. (Overrides Object.ToString()) |