[]
Removes specified layers, optionally removing content associated with those layers.
public void RemoveLayers(bool removeContent, params OptionalContentGroup[] layers)
| Type | Name | Description |
|---|---|---|
| bool | removeContent | Indicates whether to remove content associated with the specified layers. |
| OptionalContentGroup[] | layers | An array of OptionalContentGroup objects that specify the layers to be removed. |