Namespace: DedNetSwAssembly: DedNetSw (in DedNetSw.dll) Versione: 27.1.0
Sintassi public static bool RunMacro(
string filePathName,
string moduleName,
string procedureName,
int options,
out int error
)
Public Shared Function RunMacro (
filePathName As String,
moduleName As String,
procedureName As String,
options As Integer,
<OutAttribute> ByRef error As Integer
) As Boolean
public:
static bool RunMacro(
String^ filePathName,
String^ moduleName,
String^ procedureName,
int options,
[OutAttribute] int% error
)
static member RunMacro :
filePathName : string *
moduleName : string *
procedureName : string *
options : int *
error : int byref -> bool
Parametri
- filePathName String
-
- moduleName String
-
- procedureName String
-
- options Int32
-
- error Int32
-
Valore di ritorno
BooleanVedi anche