Click or drag to resize

NumericalPropagatorSegmentPropagatorDefinition Property

Gets or sets the NumericalPropagatorDefinition that contains all of elements that will be propagated by this segment. Note that this simply reflects the PropagatorDefinition of the StoppablePropagator so changing the base property will change this as well.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public NumericalPropagatorDefinition PropagatorDefinition { get; set; }

Property Value

Type: NumericalPropagatorDefinition
See Also