NumericalPropagatorAdapterHelperElements Property |
Gets all of the elements in the
PropagatorDefinition which should also be
all of the elements getting propagated.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IList<string> Elements { get; }
Public ReadOnly Property Elements As IList(Of String)
Get
public:
property IList<String^>^ Elements {
IList<String^>^ get ();
}
member Elements : IList<string> with get
Property Value
Type:
IListStringSee Also