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 407
9b4c61fb b861 6767 f9c0 ec3ae383f2b8
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the list of DxfObjects referenced by this instance.
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>
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.
This method returns the same list as the GetReferences method that can be found in the TableObjects class.