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