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

913f02c6 ed8f 4a3a 246f 7d633edd8d56

haplokuon edited this page May 6, 2023 · 1 revision

DxfObjectReference Class

netDxf 3.0.0 Library

Represent a reference to a TableObject.

Definition

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

C#

public class DxfObjectReference

VB

Public Class DxfObjectReference

C++

public ref class DxfObjectReference

F#

type DxfObjectReference = class end
Inheritance Object → DxfObjectReference

Constructors

DxfObjectReference Initializes a new instance of the DxfObjectReference class.

Properties

Reference Gets the DxfObject that references the table object.
Uses Gets the number of times this reference uses the table object.

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 Returns a string that represents the current object.
(Inherited from Object)

See Also

Reference

netDxf Namespace

Clone this wiki locally