ITimeBasedStateAvailableElements Property |
Gets the names of all of the elements in this state.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax IList<string> AvailableElements { get; }
ReadOnly Property AvailableElements As IList(Of String)
Get
property IList<String^>^ AvailableElements {
IList<String^>^ get ();
}
abstract AvailableElements : IList<string> with get
Property Value
Type:
IListStringSee Also