PropagationPointElementIntegrationPoint Property |
Gets the
Point of the integrated position.
Namespace:
AGI.Foundation.Propagators.Advanced
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 23.1.416.0 (23.1.416.0)
Syntaxpublic abstract Point IntegrationPoint { get; }
Public MustOverride ReadOnly Property IntegrationPoint As Point
Get
public:
virtual property Point^ IntegrationPoint {
Point^ get () abstract;
}
abstract IntegrationPoint : Point with get
Property Value
Type:
Point
See Also