Click or drag to resize

QueryServicePathTableIsLoaded Method

Gets a value, indicating if the Path-Table is loaded for the provided document.

Namespace: Aml.Engine.Services
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public bool PathTableIsLoaded(
	CAEXDocument document
)

Parameters

document  CAEXDocument
A CAEX document

Return Value

Boolean
true, if the Path-Table is loaded;false otherwise.

Implements

ILookUpTablePathTableIsLoaded(CAEXDocument)
See Also