Click or drag to resize

ISplitSplit(CAEXDocument, String, String) Method

Splits the specified document on all currently defined split points. The created libraries are saved in an AutomationML document and an ExternalReference is created, using the specified alias. All remaining references to the external source are renamed using the provided alias. After splitting, the document doesn't contain any SplitPoints any more.

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
CAEXDocument Split(
	CAEXDocument document,
	string alias,
	string filePath
)

Parameters

document  CAEXDocument
The document.
alias  String
The alias name used to define the ExternalReference.
filePath  String
The file path to the saved Split parts.

Return Value

CAEXDocument
The CAEX document containing the split parts.
See Also