SegmentResults Constructor (SegmentPropagator) |
Initializes a new instance. This constructor will add all of
state element adapters included with the
propagator.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SegmentResults(
SegmentPropagator propagator
)
Public Sub New (
propagator As SegmentPropagator
)
public:
SegmentResults(
SegmentPropagator^ propagator
)
new :
propagator : SegmentPropagator -> SegmentResults
Parameters
- propagator
- Type: AGI.Foundation.SegmentPropagationSegmentPropagator
The SegmentPropagator that is generating the results.
See Also