Lib SetLibraryName() Method

(SBM On-Premise only) Sets the DLL name.

Function Signature

 void SetLibraryName( name )

Parameters

Parameter Type Description

name

string

The name—and optionally the path—of the DLL. For details, refer to Loading the Library in SBM ModScript.

Return

Type Description

None

Technical Details

SBM ModScript version: 11.3.

Notes

This method tells the SBM library object which DLL you are going to load and call functions in.

Related Topics

Lib

Loading the Library in SBM ModScript