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 (24.3.0.1000)
Syntax
public static bool TryGetCurrentEngine(
	out IEngine?? engine
)

Parameters

engine
Type: Dundas.BIIEngine
When this method returns, the current engine instance, or if there is none.

Return Value

Type: Boolean
if there is an engine; otherwise, .
See Also