Package | Description |
---|---|
com.aspose.imaging.fileformats.cad |
Modifier and Type | Method and Description |
---|---|
CadLayerTable |
CadLayersDictionary.get_Item(String key)
Gets the
CadLayerTable with the specified key. |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericCollection<CadLayerTable> |
CadLayersDictionary.getValuesTyped()
Gets the strongly typed values collection.
|
Modifier and Type | Method and Description |
---|---|
void |
CadLayersDictionary.add(String key,
CadLayerTable value)
Adds a
CadLayerTable to the dictionary. |
void |
CadLayersDictionary.set_Item(String key,
CadLayerTable value)
Sets the
CadLayerTable with the specified key. |
boolean |
CadLayersDictionary.tryGetValue(String key,
CadLayerTable[] value)
Gets the value associated with the specified key.
|
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.