CopyDGDLayerTo
Use this option to copy layer(s) from an existing DGD database to a specified one. If the layer already exist in the destination database, you can choose to cancel the operation, replace the existing layer. or append them together. By default it will not perform the copy if the layer already exists.
Usage:
| CopyDGDLayerTo <input DGD> <output DGD> <layer name> [-r|-a]
<> indicates a mandatory switch. [ ] indicates an optional switch |
Where:
|
Option |
Description |
|---|---|
|
input DGD |
Where to find the layer |
|
output DGD |
Where to copy the layer to |
|
layer |
Layer name Note: Â Will create the destination DGD if it does not exist. |
|
-r |
Replace layer in output DGD if exists (optional) |
|
-a |
Append to layer in output DGD if exists (optional) |
Example:
CopyDGDLayerTo thorfacilities.dgd.isis newdgd.dgd.isis STOPE -a
Was this page helpful?