SVS\_ResetLayer
Description
Section titled “Description”Reset a SVS layer
Syntax
Section titled “Syntax”SVS_ResetLayer(sLayerName, bForce) As Boolean
Parameters
Section titled “Parameters”sLayerName (String)
SVS Layer name
bForce (Boolean)
Force layer reset
Example
Section titled “Example”VBScript
If bStatus Then bStatus = SVS_Init()If bStatus Then bStatus = SVS_ResetLayer("CapaInstaller - R1", True)If bStatus Then bStatus = SVS_Complete()Related functions
Section titled “Related functions”