SinglePointStoppablePropagatorDefinition.PropagationPoint 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic Point PropagationPoint { get; }
Public ReadOnly Property PropagationPoint As Point
Get
public:
property Point^ PropagationPoint {
Point^ get ();
}
member PropagationPoint : Point with get
Property Value
Type:
Point
See Also