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

73703f81 caef e7bd 3aaf a870fc3b5f84

haplokuon edited this page May 6, 2023 · 1 revision

XData Class

netDxf 3.0.0 Library

Represents the extended data information.

Definition

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

C#

public class XData : ICloneable

VB

Public Class XData
	Implements ICloneable

C++

public ref class XData : ICloneable

F#

type XData = 
    class
        interface ICloneable
    end
Inheritance Object → XData
Implements ICloneable

Remarks

Do not store your own data under the ACAD application registry it is used by some entities to store special data, it might be overwritten when the file is saved. Instead, create a new application registry and store your data there.

Constructors

XData Initialize a new instance of the XData class .

Properties

ApplicationRegistry Gets or sets the name of the application associated with the list of extended data records.
XDataRecord Gets or sets the list of extended data records.

Methods

Clone Creates a new XData that is a copy of the current instance.
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 Converts the value of this instance to its equivalent string representation.
(Overrides Object.ToString())

See Also

Reference

netDxf Namespace

Clone this wiki locally