Click or drag to resize

TableObjectsTContains Method (String)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Checks if a table object already exists in the list.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public bool Contains(
	string name
)
Request Example View Source

Parameters

name
Type: SystemString
Table object name.

Return Value

Type: Boolean
True is a table object exists with the specified name, false otherwise.
See Also