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