EngineTryGetCurrentEngine Method |
Attempts to get the current engine instance.
Namespace: Dundas.BIAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic static bool TryGetCurrentEngine(
out IEngine?? engine
)
Public Shared Function TryGetCurrentEngine (
<OutAttribute> ByRef engine As IEngine
) As Boolean
public:
static bool TryGetCurrentEngine(
[OutAttribute] IEngine^% engine
)
static member TryGetCurrentEngine :
engine : IEngine byref -> bool Parameters
- engine IEngine
- When this method returns, the current engine instance, or if there is none.
Return Value
Boolean if there is an engine; otherwise,
.
See Also