EngineTryGetCurrentEngine Method

Attempts to get the current engine instance.

Namespace: Dundas.BI
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public static bool TryGetCurrentEngine(
	out IEngine?? engine
)

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