SinglePropagateSegmentResultsBackwardsAdapters Property |
Gets the
IListT of backwards
adapters
associated with the
ConditionStoppedOn that edited propagation. This will be
if there is no auto sequence getting run for the tripped stopping condition.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IList<StateElementAdapter> BackwardsAdapters { get; }
Public ReadOnly Property BackwardsAdapters As IList(Of StateElementAdapter)
Get
public:
property IList<StateElementAdapter^>^ BackwardsAdapters {
IList<StateElementAdapter^>^ get ();
}
member BackwardsAdapters : IList<StateElementAdapter> with get
Property Value
Type:
IListStateElementAdapterSee Also