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