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

21f87228 0b11 1ee7 b6cf 8edbcab34b19

haplokuon edited this page May 6, 2023 · 1 revision

DxfObject Class

netDxf 3.0.0 Library

Represents the base class for all DXF objects.

Definition

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

C#

public abstract class DxfObject

VB

Public MustInherit Class DxfObject

C++

public ref class DxfObject abstract

F#

[<AbstractClassAttribute>]
type DxfObject = class end
Inheritance Object → DxfObject
Derived netDxf.Blocks.BlockRecord
netDxf.Collections.TableObjects(T)
netDxf.DxfDocument
netDxf.Entities.Attribute
netDxf.Entities.AttributeDefinition
netDxf.Entities.EntityObject
netDxf.Objects.RasterVariables
netDxf.Tables.TableObject

Properties

CodeName Gets the DXF object name.
Handle Gets the handle assigned to the DXF object.
Owner Gets the owner of the actual DxfObject.
XData Gets the entity extended data.

Methods

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 DXF object.
(Overrides Object.ToString())

Events

XDataAddAppReg  
XDataRemoveAppReg  

See Also

Reference

netDxf Namespace

Clone this wiki locally