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.2.419.0 (24.2.419.0)
Syntax public virtual SegmentDefinition GetSegmentToInitializeNextSegmentWith()
Public Overridable Function GetSegmentToInitializeNextSegmentWith As SegmentDefinition
public:
virtual SegmentDefinition^ GetSegmentToInitializeNextSegmentWith()
abstract GetSegmentToInitializeNextSegmentWith : unit -> SegmentDefinition
override GetSegmentToInitializeNextSegmentWith : unit -> SegmentDefinition
Return Value
Type:
SegmentDefinitionThe
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