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 411
5fee4eda 71ad ae0e ba8d e024839ba3e3
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the DxfObject that references the table object.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public DxfObject Reference { get; }
VB
Public ReadOnly Property Reference As DxfObject
Get
C++
public:
property DxfObject^ Reference {
DxfObject^ get ();
}
F#
member Reference : DxfObject with get