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

5fee4eda 71ad ae0e ba8d e024839ba3e3

haplokuon edited this page May 6, 2023 · 1 revision

Reference Property

netDxf 3.0.0 Library

Gets the DxfObject that references the table object.

Definition

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

Property Value

DxfObject

See Also

Reference

DxfObjectReference Class
netDxf Namespace

Clone this wiki locally