Click or drag to resize

ISplitSplitPoints Method

Gets a collection of all split points for the provided document.

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
IEnumerable<ISplitPoint> SplitPoints(
	CAEXDocument document
)

Parameters

document  CAEXDocument
The document.

Return Value

IEnumerableISplitPoint
all split points for this document.
See Also