This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
86ffaf94 36e6 4315 0268 58a2f1318da6
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Checks if a table object already exists in the list.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool Contains(
string name
)
VB
Public Function Contains (
name As String
) As Boolean
C++
public:
bool Contains(
String^ name
)
F#
member Contains :
name : string -> bool
- String
- Table object name.
Boolean
True is a table object exists with the specified name, false otherwise.
TableObjects(T) Class
Contains Overload
netDxf.Collections Namespace