 | ISplitSetSplitPoint 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.Services.InterfacesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxvoid SetSplitPoint(
ISplitPoint caexObject
)
Sub SetSplitPoint (
caexObject As ISplitPoint
)
void SetSplitPoint(
ISplitPoint^ caexObject
)
Parameters
- caexObject ISplitPoint
- The CAEX object.
See Also