[]
Returns the export state of a layer.
public LayerExportState GetLayerExportState(OptionalContentGroup layer)
Public Function GetLayerExportState(layer As OptionalContentGroup) As LayerExportState
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)
Public Function GetLayerExportState(name As String) As LayerExportState
Type | Name | Description |
---|---|---|
string | name | The name of the layer. |
Type | Description |
---|---|
LayerExportState | The export state of the layer. |