Open this page in the API Guide

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

Parameters

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

Return Value

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