Click or drag to resize

TableObjectsTItem Property

Gets a table object from the list by name.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public T this[
	string name
] { get; }

Parameters

name
Type: SystemString
Table object name.

Return Value

Type: T
The table object with the specified name.
Remarks
Table object names are case insensitive.
See Also