NumericalPropagatorState.AuxiliaryElements Property |
Gets names of the auxiliary 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> AuxiliaryElements { get; }
Public ReadOnly Property AuxiliaryElements As ReadOnlyCollection(Of String)
Get
public:
property ReadOnlyCollection<String^>^ AuxiliaryElements {
ReadOnlyCollection<String^>^ get ();
}
member AuxiliaryElements : ReadOnlyCollection<string> with get
Property Value
Type:
ReadOnlyCollection<String>
See Also