SVS\_ActivateLayer
Description
Section titled “Description”Activate a defined SVS layer
Syntax
Section titled “Syntax”SVS_ActivateLayer(sLayerName, bAuto) As Boolean
Parameters
Section titled “Parameters”sLayerName (String)
SVS Layer name
bAuto (Boolean)
Automatically enable layer after restart
Example
Section titled “Example”VBScript
If bStatus Then bStatus = SVS_Init()If bStatus Then bStatus = SVS_ActivateLayer("CapaInstaller - R1", True)If bStatus Then bStatus = SVS_Complete()Related functions
Section titled “Related functions”