Click or drag to resize

TableObjectsTContains Method (String)

Checks if a table object already exists in the list.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public bool Contains(
	string name
)

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