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