Click or drag to resize

TableObjectsTItem Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets a table object from the list by name.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public T this[
	string name
] { get; }
Request Example View Source

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