QdvSetDatabase.RunQdvMacro Method

NOTE: This member is now obsolete. Use Qdv.UserApi.ISetDatabase.RunQdvMacro instead.

Runs a macro in the set DB.
<Obsolete("Use Qdv.UserApi.ISetDatabase.RunQdvMacro instead.")> _ 
Sub RunQdvMacro( _ 
ByVal MacroName As String, _ 
ByRef e As MacroExecutionError, _ 
ByRef context As CallingContext
)
This language is not supported or no code example is available.
[Obsolete("Use Qdv.UserApi.ISetDatabase.RunQdvMacro instead.")] 
void RunQdvMacro( 
string MacroName
ref MacroExecutionError e
ref CallingContext context 
)
This language is not supported or no code example is available.

Parameters

MacroName
string

Name of the macro to execute, not its ID.

e
MacroExecutionError

Error structure used to return an error info.

context
CallingContext

<default>

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition