Click or drag to resize

TableObjectsTGetReferences Method (T)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the dxf objects referenced by a T.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public List<DxfObject> GetReferences(
	T item
)
Request Example View Source

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