Click or drag to resize

CAEXDocumentDocument(CAEXWrapper) Method

Gets the CAEX document which contains the specified CAEX object. If the CAEX object has not been inserted into a CAEX document, no CAEX document is returned.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static CAEXDocument Document(
	CAEXWrapper caexObject
)

Parameters

caexObject  CAEXWrapper
The CAEX object.

Return Value

CAEXDocument
The CAEX document.
See Also