 | Split(CAEXDocument, String, String) |
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.
|
 | Split(CAEXDocument, ISplitPoint, String, String) |
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.
|