Click or drag to resize

CAEXDocumentNew_CAEXDocument Method

Creates a new empty CAEX document containing only the CAEXFile Element as the root element. The CAEX document is created, using the default schema version DefaultSchema.

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

Return Value

CAEXDocument
The created CAEX document containing the CAEXFile root element.
See Also