Click or drag to resize

CAEXDocumentNew_CAEXDocument(CAEXDocumentCAEXSchema) Method

Creates a new empty CAEX document containing only the CAEXFile element as the root element. The CAEX document is created using the specified schema version. The specified schema version defines the applicable editing methods.

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

Parameters

schema  CAEXDocumentCAEXSchema
The schema version which defines the CAEX document.

Return Value

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