Click or drag to resize

TableObjectsTGetReferences Method (T)

Gets the dxf objects referenced by a T.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public List<DxfObject> GetReferences(
	T item
)

Parameters

item
Type: T
Table object.

Return Value

Type: ListDxfObject
The list of DxfObjects that reference the specified table object.
Remarks
If there is no specified table object in the list the method will return an empty list.
See Also