[]
Sets the export state of a layer.
public void SetLayerExportState(OptionalContentGroup layer, LayerExportState value)
Public Sub SetLayerExportState(layer As OptionalContentGroup, value As LayerExportState)
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)
Public Sub SetLayerExportState(name As String, value As LayerExportState)
Type | Name | Description |
---|---|---|
string | name | The name of the layer. |
LayerExportState | value | The export state. |