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

01ee51ef 0eab ae29 838d ecb8f49ccd6a

haplokuon edited this page May 6, 2023 · 1 revision

GetReferences(String) Method

netDxf 3.0.0 Library

Gets the dxf objects referenced by a T.

Definition

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

C#

public List<DxfObjectReference> GetReferences(
	string name
)

VB

Public Function GetReferences ( 
	name As String
) As List(Of DxfObjectReference)

C++

public:
List<DxfObjectReference^>^ GetReferences(
	String^ name
)

F#

member GetReferences : 
        name : string -> List<DxfObjectReference> 

Parameters

  String
Table object name.

Return Value

List(DxfObjectReference)
The list of DxfObjects that reference the specified table object.

Remarks

If there is no table object with the specified name in the list the method an empty list.
The Groups collection method GetReferences will always return an empty list since there are no DxfObjects that references them.

See Also

Reference

TableObjects(T) Class
GetReferences Overload
netDxf.Collections Namespace

Clone this wiki locally