public final class CadDimensionDictionary extends NonGenericDictionary implements com.aspose.ms.System.ICloneable
Dimension styles dictionary.
Constructor and Description |
---|
CadDimensionDictionary()
Initializes a new instance of the
CadDimensionDictionary class. |
Modifier and Type | Method and Description |
---|---|
void |
add(String key,
CadDimensionStyleTable value)
Adds a
CadDimensionStyleTable to the dictionary. |
boolean |
containsKey(String key)
Determines whether
CadDimensionStyleTable contained within this dictionary. |
Object |
deepClone()
Clones the dictionary.
|
CadDimensionStyleTable |
get_Item(String key)
Gets or sets the
CadDimensionStyleTable 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<CadDimensionStyleTable> |
getValuesTyped()
Gets the strongly typed values collection.
|
boolean |
remove(String key)
Removes the
CadDimensionStyleTable with the specified key. |
void |
set_Item(String key,
CadDimensionStyleTable value) |
boolean |
tryGetValue(String key,
CadDimensionStyleTable[] 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 CadDimensionDictionary()
Initializes a new instance of the CadDimensionDictionary
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<CadDimensionStyleTable> getValuesTyped()
Gets the strongly typed values collection.
Value: The strongly typed values collection.public CadDimensionStyleTable get_Item(String key)
Gets or sets the CadDimensionStyleTable
with the specified key.
key
- The CadDimensionStyleTable
key.
Value:
The CadDimensionStyleTable
.CadDimensionStyleTable
for the specified key.public void set_Item(String key, CadDimensionStyleTable value)
public void add(String key, CadDimensionStyleTable value)
Adds a CadDimensionStyleTable
to the dictionary.
key
- The CadDimensionStyleTable
key.value
- The CadDimensionStyleTable
to add.public boolean containsKey(String key)
Determines whether CadDimensionStyleTable
contained within this dictionary.
key
- The CadDimensionStyleTable
key.public boolean remove(String key)
Removes the CadDimensionStyleTable
with the specified key.
key
- The CadDimensionStyleTable
key to remove.key
was not found in the dictionary.public boolean tryGetValue(String key, CadDimensionStyleTable[] 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.