Click or drag to resize

SplitService Methods

The SplitService type exposes the following members.

Methods
 NameDescription
Public methodStatic memberRegister Registers a new instance of a SplitService with the ServiceLocator of the AMLEngine.
Public methodRemoveDocument Removes the document from the internal registry of the service.
Public methodRemoveSplitPoint Removes the split point for the provided CAEX object.
Public methodSetSplitPoint Sets the split point for the provided CAEX object. If the actual list of split points for the same document already contains a split point which is a child of the provided CAEX object, this existing split point is removed from the list.
Public methodSplit(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.
Public methodSplit(CAEXDocument, ISplitPoint, String, String) Splits the specified source document.
Public methodSplitPoints Gets a collection of all split points for the provided document.
Public methodStatic memberUnRegister Unregisters this service
Top
See Also