SegmentResultsInitialState Property |
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic ITimeBasedState InitialState { get; set; }
Public Property InitialState As ITimeBasedState
Get
Set
public:
property ITimeBasedState^ InitialState {
ITimeBasedState^ get ();
void set (ITimeBasedState^ value);
}
member InitialState : ITimeBasedState with get, set
Property Value
Type:
ITimeBasedState
See Also