[]
Sets the export state of a layer.
public void SetLayerExportState(OptionalContentGroup layer, LayerExportState value)
| Type | Name | Description |
|---|---|---|
| OptionalContentGroup | layer | The OptionalContentGroup object that specifies the layer. |
| LayerExportState | value | The export state. |
Sets the export state of a layer. Throws an exception if the layer with the specified name does not exist.
public void SetLayerExportState(string name, LayerExportState value)
| Type | Name | Description |
|---|---|---|
| string | name | The name of the layer. |
| LayerExportState | value | The export state. |