Click or drag to resize

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.Services
Assembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntax
public void SetSplitPoint(
	ISplitPoint caexObject
)

Parameters

caexObject  ISplitPoint
The CAEX object.

Implements

ISplitSetSplitPoint(ISplitPoint)
See Also