SVS_ExistLayer
Description
SVS layer existÂ
Â
Syntax
SVS_ExistLayer(sLayerName, bMustExist) As Boolean
Â
Parameters
sLayerName (String)
SVS Layer name
bMustExist (Boolean)
Layer must exist
Return value
Result will be stored in gbValue
Â
Example
VBScript
If bStatus Then bStatus = SVS_Init() If bStatus Then bStatus = SVS_ExistLayer("CapaInstaller - R1", False) If bStatus Then bStatus = SVS_Complete() If bStatus Then bStatus = Job_WriteLog("Custom", "gbValue: " & gbValue, bStatus, True)
Â
Related functions
Â
Â