NumericalPropagatorAdapterHelper.Elements 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
IList<String>
See Also