AccessEvaluationResultOverallUnknownIntervals Property |
Gets the intervals during which the access engine
was unable to compute access due to missing data.
Namespace:
AGI.Foundation.Access
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TimeIntervalCollection OverallUnknownIntervals { get; }
Public ReadOnly Property OverallUnknownIntervals As TimeIntervalCollection
Get
public:
property TimeIntervalCollection^ OverallUnknownIntervals {
TimeIntervalCollection^ get ();
}
member OverallUnknownIntervals : TimeIntervalCollection with get
Property Value
Type:
TimeIntervalCollectionSee Also