Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

86ffaf94 36e6 4315 0268 58a2f1318da6

haplokuon edited this page May 6, 2023 · 1 revision

Contains(String) Method

netDxf 3.0.0 Library

Checks if a table object already exists in the list.

Definition

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 

Parameters

  String
Table object name.

Return Value

Boolean
True is a table object exists with the specified name, false otherwise.

See Also

Reference

TableObjects(T) Class
Contains Overload
netDxf.Collections Namespace

Clone this wiki locally