Click or drag to resize

TableObjectsTGetReferences Method (String)

Gets the dxf objects referenced by a table.

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

Parameters

name
Type: SystemString
Table object name.

Return Value

Type: ListDxfObject
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.
See Also