ExportLayerKey(String, String, SpecialType)
Constructor
Description:
Constructs a new ExportLayerKey with categoryName, subCategoryName and a special type.
Constructs a new ExportLayerKey with categoryName, subCategoryName and a special type.
Parameters
| Parameter | Type | Description |
|---|---|---|
| categoryName | String | The category name for the layer key. |
| subCategoryName | String | The subCategoryName for the layer key. |
| num | SpecialType | The special type for layer key. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
| ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |