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

f4c7fef4 ff50 37a2 feb6 f5c3e9fbb4ed

haplokuon edited this page May 6, 2023 · 1 revision

GetReferences Method

netDxf 3.0.0 Library

Gets the list of DxfObjects referenced by this instance.

Definition

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

C#

public abstract List<DxfObjectReference> GetReferences()

VB

Public MustOverride Function GetReferences As List(Of DxfObjectReference)

C++

public:
virtual List<DxfObjectReference^>^ GetReferences() abstract

F#

abstract GetReferences : unit -> List<DxfObjectReference> 

Return Value

List(DxfObjectReference)
A list of DxfObjectReference that contains the DxfObject referenced by this instance and the number of times it does. It will return null if this instance does not belong to a document.

Remarks

This method returns the same list as the GetReferences method that can be found in the TableObjects class.

See Also

Reference

TableObject Class
netDxf.Tables Namespace

Clone this wiki locally