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