 | ILookUpTablePathTableIsLoaded Method |
Gets a value, indicating if the Path-Table is loaded for the provided document.
Namespace: Aml.Engine.Services.InterfacesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxbool PathTableIsLoaded(
CAEXDocument document
)
Function PathTableIsLoaded (
document As CAEXDocument
) As Boolean
bool PathTableIsLoaded(
CAEXDocument^ document
)
Parameters
- document CAEXDocument
- A CAEX document
Return Value
Booleantrue, if the Path-Table is loaded;
false otherwise.
See Also