SinglePointStoppablePropagatorDefinitionPropagationPoint Property |
Gets the
Point to use in other geometry types that depend on the
propagation of this propagator, such as in
StoppingConditions
that depend on geometry types.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Point PropagationPoint { get; }
Public ReadOnly Property PropagationPoint As Point
Get
public:
property Point^ PropagationPoint {
Point^ get ();
}
member PropagationPoint : Point with get
Property Value
Type:
PointSee Also