NumericalPropagatorStateIntegrationElements Property |
Gets names of the integration elements.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ReadOnlyCollection<string> IntegrationElements { get; }
Public ReadOnly Property IntegrationElements As ReadOnlyCollection(Of String)
Get
public:
property ReadOnlyCollection<String^>^ IntegrationElements {
ReadOnlyCollection<String^>^ get ();
}
member IntegrationElements : ReadOnlyCollection<string> with get
Property Value
Type:
ReadOnlyCollectionStringSee Also