CadApplicationCodesContainer
Contents
[
Hide
]The CadApplicationCodes Container
Constructors
| Constructor | Description |
|---|---|
| CadApplicationCodesContainer() | Initializes a new instance of the CadApplicationCodesContainer class. |
Methods
| Method | Description |
|---|---|
| getCodes() | Gets or sets the codes. |
| setCodes(HashMap<String,com.aspose.ms.System.Collections.Generic.List | Gets or sets the codes. |
| getCodes(String subClassName, String applicationName) | Gets the codes. |
CadApplicationCodesContainer()
public CadApplicationCodesContainer()
Initializes a new instance of the CadApplicationCodesContainer class.
getCodes()
public HashMap<String,com.aspose.ms.System.Collections.Generic.List<CadApplicationCodes>> getCodes()
Gets or sets the codes.
Returns: HashMap<String,com.aspose.ms.System.Collections.Generic.List
setCodes(HashMap<String,com.aspose.ms.System.Collections.Generic.List> value)
public void setCodes(HashMap<String,com.aspose.ms.System.Collections.Generic.List<CadApplicationCodes>> value)
Gets or sets the codes.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | HashMap<String | The codes. |
getCodes(String subClassName, String applicationName)
public CadApplicationCodes getCodes(String subClassName, String applicationName)
Gets the codes.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| subClassName | String | Name of the sub class. |
| applicationName | String | Name of the application. |
Returns: CadApplicationCodes - The Application Codes