Click or drag to resize

ISplitSplit(CAEXDocument, ISplitPoint, String, String) Method

Splits the specified document on only the specified split point. The created library is 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 this SplitPoints any more.

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

Parameters

document  CAEXDocument
The document.
splitPoint  ISplitPoint
The split point defining the split content.
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 splitted part.
See Also