 | SplitServiceSetSplitPoint Method |
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.
Namespace: Aml.Engine.ServicesAssembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntaxpublic void SetSplitPoint(
ISplitPoint caexObject
)
Public Sub SetSplitPoint (
caexObject As ISplitPoint
)
public:
virtual void SetSplitPoint(
ISplitPoint^ caexObject
) sealed
Parameters
- caexObject ISplitPoint
- The CAEX object.
Implements
ISplitSetSplitPoint(ISplitPoint)
See Also