NumericalPropagatorStateAuxiliaryElements Property |
Gets names of the auxiliary 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> 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:
ReadOnlyCollectionStringSee Also