Click or drag to resize

SegmentDefinition.NextStateBehavior Property

Gets or sets the behavior for passing states to the next segment. See StateForNextSegmentBehavior for more information.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public StateForNextSegmentBehavior NextStateBehavior { get; set; }

Property Value

Type: StateForNextSegmentBehavior
See Also