MohoDoc:ApplyLayerComp(comp, state)

Version added: 10

Added in version 10

ArgumentTypeDescriptionDefaultVer
compLayerComp10
stateLayerCompStateSee the description below10

Return type: none

typedef enum {
LAYER_COMP_ACTIVATE, // make layers in the layer comp visible - adding to existing visible layers
LAYER_COMP_DEACTIVATE, // make layers in the layer comp invisible
LAYER_COMP_SET // make layers in the layer comp visible - all others invisible
} LayerCompState;