Click or drag to resize

IMerge Interface

This interface defines methods for a merge service. A merge service can merge ExternalReferences into an AML document.

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public interface IMerge : IAMLService

The IMerge type exposes the following members.

Methods
 NameDescription
Public methodMerge(CAEXDocument, ExternalReferenceType, String, Boolean) Merges the defined ExternalReference into the provided CAEXDocument. The source is loaded from the file path in the external reference.
Public methodMerge(CAEXDocument, ExternalReferenceType, Stream, String, Boolean) Merges the defined ExternalReference into the provided CAEXDocument. The source is loaded from the provided external source stream.
Top
See Also