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 415
913f02c6 ed8f 4a3a 246f 7d633edd8d56
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Represent a reference to a TableObject.
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 |
DxfObjectReference | Initializes a new instance of the DxfObjectReference class. |
Reference | Gets the DxfObject that references the table object. |
Uses | Gets the number of times this reference uses the table object. |
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) |