CadLayoutDictionaryContainsKey Method

Determines whether CadLayout contained within this dictionary.

Namespace:  Aspose.CAD.FileFormats.Cad
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public bool ContainsKey(
	string key
)

Parameters

key
Type: SystemString
The CadLayout key.

Return Value

Type: Boolean
True if the current dictionary contains an element with the key; otherwise, false.
See Also