contains_key method
contains_key
Determines whether CadBlockEntity
contained within this dictionary.
Returns
True if the current dictionary contains an element with the key; otherwise, false.
def contains_key(self, key):
...
Parameter | Type | Description |
---|---|---|
key | str | The CadBlockEntity key. |
See Also
- module
aspose.cad.fileformats.cad
- class
CadBlockDictionary
- class
CadBlockEntity