Click or drag to resize

SplitServiceSplitPoints Method

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

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

Parameters

document  CAEXDocument
The document.

Return Value

IEnumerableISplitPoint
all split points for this document.

Implements

ISplitSplitPoints(CAEXDocument)
See Also