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

14e93fd3 81e4 845d c353 5d750c1294d4

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.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public override List<DxfObjectReference> GetReferences()

VB

Public Overrides Function GetReferences As List(Of DxfObjectReference)

C++

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

F#

abstract GetReferences : unit -> List<DxfObjectReference> 
override 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

UnderlayDwfDefinition Class
netDxf.Objects Namespace

Clone this wiki locally