This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
01ee51ef 0eab ae29 838d ecb8f49ccd6a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the dxf objects referenced by a T.
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> - String
- Table object name.
List(DxfObjectReference)
The list of DxfObjects that reference the specified table object.
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.
TableObjects(T) Class
GetReferences Overload
netDxf.Collections Namespace