Click or drag to resize

SplitServiceSplit(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
Assembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntax
public CAEXDocument Split(
	CAEXDocument sourceDocument,
	string alias,
	string filePath
)

Parameters

sourceDocument  CAEXDocument
The document.
alias  String
The alias.
filePath  String
The file path.

Return Value

CAEXDocument
The created document containing the split parts.

Implements

ISplitSplit(CAEXDocument, String, String)
Exceptions
ExceptionCondition
ArgumentNullExceptiondocument or alias or filePath
ArgumentExceptionFile path is equal to source document
See Also