Click or drag to resize

SegmentPropagationEventArgs Constructor

Initializes a new instance.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SegmentPropagationEventArgs(
	SegmentResults results
)

Parameters

results
Type: AGI.Foundation.SegmentPropagationSegmentResults
The SegmentResults to include when an event is raised.
See Also