Click or drag to resize

TableObjectsTGetReferences Method (String)

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(
	string name
)
Request Example View Source

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