CADability dotNET
Checks whether an entry with the provided name exists.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public bool ContainsData(
	string Name
)
Visual Basic
Public Function ContainsData ( _
	Name As String _
) As Boolean
Visual C++
public:
bool ContainsData(
	String^ Name
)

Parameters

Name
Type: System..::..String
Name to check

Return Value

true if the entry exists

See Also