NumericalPropagatorStateIntegrationElements Property  | 
 
            Gets names of the integration elements.
            
 
    Namespace: 
   AGI.Foundation.Propagators
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: 
ReadOnlyCollectionString
See Also