Click or drag to resize

CAEXDocumentLoadFromBinary Method

Loading a CAEX file from the specified Byte-Array.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static CAEXDocument LoadFromBinary(
	byte[] binary,
	bool createIndices = false
)

Parameters

binary  Byte
The CAEX file to load
createIndices  Boolean  (Optional)
if set to true, indices for fast access are loaded for the default QueryService. Please note, that this option is only recommended to be set for read only documents, because the indices will not be updated when a document is changed. For editable documents the LookupService should be used.

Return Value

CAEXDocument
A CAEXDocument containing the CAEX-Nodes
See Also