 | 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.InterfacesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
SyntaxCAEXDocument Split(
CAEXDocument document,
string alias,
string filePath
)
Function Split (
document As CAEXDocument,
alias As String,
filePath As String
) As CAEXDocument
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
CAEXDocumentThe CAEX document containing the split parts.
See Also