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
)
Public Function ContainsKey (
key As String
) As Boolean
public:
bool ContainsKey(
String^ key
)
member ContainsKey :
key : string -> bool
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