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
)
Public Function Contains (
name As String
) As Boolean
public:
bool Contains(
String^ name
)
member Contains :
name : string -> bool
METHOD Contains(
name AS STRING
) AS LOGIC
Parameters
- name
- Type: SystemString
Table object name.
Return Value
Type:
BooleanTrue is a table object exists with the specified name, false otherwise.
See Also