public class CadLayersDictionary extends NonGenericDictionary implements com.aspose.ms.System.ICloneable
Layers of the Cad Image
Constructor and Description |
---|
CadLayersDictionary()
Initializes a new instance of the
CadLayersDictionary class. |
Modifier and Type | Method and Description |
---|---|
void |
add(String key,
CadLayerTable value)
Adds a
CadLayerTable to the dictionary. |
boolean |
containsKey(String key)
Determines whether
CadLayerTable contained within this dictionary. |
Object |
deepClone()
Clones the dictionary.
|
CadLayerTable |
get_Item(String key)
Gets the
CadLayerTable with the specified key. |
com.aspose.ms.System.Collections.Generic.IGenericCollection<String> |
getKeysTyped()
Gets the strongly typed collection of keys.
|
com.aspose.ms.System.Collections.Generic.IGenericCollection<CadLayerTable> |
getValuesTyped()
Gets the strongly typed values collection.
|
boolean |
remove(String key)
Removes the
CadLayerTable with the specified key. |
void |
set_Item(String key,
CadLayerTable value)
Sets the
CadLayerTable with the specified key. |
boolean |
tryGetValue(String key,
CadLayerTable[] value)
Gets the value associated with the specified key.
|
addItem, addItem, clear, containsItem, containsKey, copyToTArray, get_Item, getKeys, getValues, isReadOnly, iterator_IEnumerator, iterator, removeItem, removeItemByKey, set_Item, size, tryGetValue
public CadLayersDictionary()
Initializes a new instance of the CadLayersDictionary
class.
public com.aspose.ms.System.Collections.Generic.IGenericCollection<String> getKeysTyped()
Gets the strongly typed collection of keys.
Value: The strongly typed keys collection.public com.aspose.ms.System.Collections.Generic.IGenericCollection<CadLayerTable> getValuesTyped()
Gets the strongly typed values collection.
Value: The strongly typed values collection.public CadLayerTable get_Item(String key)
Gets the CadLayerTable
with the specified key.
key
- The CadLayerTable
key.CadLayerTable
for the specified key.
Value:
The CadLayerTable
.public void set_Item(String key, CadLayerTable value)
Sets the CadLayerTable
with the specified key.
key
- The CadLayerTable
key.value
- The CadLayerTable
value.public void add(String key, CadLayerTable value)
Adds a CadLayerTable
to the dictionary.
key
- The CadLayerTable
key.value
- The CadLayerTable
to add.public boolean containsKey(String key)
Determines whether CadLayerTable
contained within this dictionary.
key
- The CadLayerTable
key.public boolean remove(String key)
Removes the CadLayerTable
with the specified key.
key
- The CadLayerTable
key to remove.key
was not found in the dictionary.public boolean tryGetValue(String key, CadLayerTable[] value)
Gets the value associated with the specified key.
key
- The key whose value to get.value
- When this method returns, the value associated with the specified key, if the key is found; otherwise, the default value for the type of the value
parameter. This parameter is passed uninitialized.public Object deepClone()
Clones the dictionary.
deepClone
in interface com.aspose.ms.System.ICloneable
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.