AuxiliaryStateElementOrder Property |
Gets or sets the order of this auxiliary state.
Namespace:
AGI.Foundation.Propagators.Advanced
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic abstract int Order { get; set; }
Public MustOverride Property Order As Integer
Get
Set
public:
virtual property int Order {
int get () abstract;
void set (int value) abstract;
}
abstract Order : int with get, set
Property Value
Type:
Int32
See Also