Click or drag to resize

CAEXDocumentAMLSchemaManager(CAEXWrapper) Method

Gets the schema manager for the CAEX document which contains the provided CAEX object.

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

Parameters

caexObject  CAEXWrapper
The CAEX object.

Return Value

AMLSchemaManager
The AML schema manager.
See Also