CoverageQueryResultSatisfactionIntervalsWithNumberOfAssets Property |
Gets the set of overall satisfaction intervals with the number of assets providing coverage for
that interval recorded in the
Data property.
Namespace:
AGI.Foundation.Coverage
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TimeIntervalCollection<int> SatisfactionIntervalsWithNumberOfAssets { get; }
Public ReadOnly Property SatisfactionIntervalsWithNumberOfAssets As TimeIntervalCollection(Of Integer)
Get
public:
property TimeIntervalCollection<int>^ SatisfactionIntervalsWithNumberOfAssets {
TimeIntervalCollection<int>^ get ();
}
member SatisfactionIntervalsWithNumberOfAssets : TimeIntervalCollection<int> with get
Property Value
Type:
TimeIntervalCollectionInt32See Also