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