BehaviorBeyondAvailability Enumeration | 
 
            Defines the behavior when the evaluation time is beyond the availability for the object.
            
 
    Namespace: 
   AGI.Foundation
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic enum BehaviorBeyondAvailability
Public Enumeration BehaviorBeyondAvailability
public enum class BehaviorBeyondAvailability
type BehaviorBeyondAvailability
Members| 
									 
								 | Member name | Description | 
|---|
 | ThrowException | 
            Throws an exception when evaluated beyond the object's availability.
             | 
 | ReturnEndpointValue | 
            Returns the closest endpoint value when evaluated beyond the object's availability.
             | 
 | Extrapolate | 
            Extrapolates values when evaluated beyond the object's availability.
             | 
See Also