Click or drag to resize

SegmentListGetSegmentToInitializeNextSegmentWith Method

Returns the SegmentDefinition that should be used to initialize the next SegmentDefinition after this SegmentList with. If it is known at the time when GetSegmentListPropagator is called that the final segment will be different, that other segment should be returned by this method.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual SegmentDefinition GetSegmentToInitializeNextSegmentWith()

Return Value

Type: SegmentDefinition
The SegmentDefinition that should be used to initialize the next segment in the SegmentList containing this segment. This can return if there are no segments in this list.
See Also