Computes and reports the first N satisfaction intervals (where N <= MaxNumAccessesToFind) over the specified interval whose spans meet the specified minimum duration. Does not use output file.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgImmutableIntervalCollection ComputeFirstSatisfaction( System.Object StartTime, System.Object StopTime, int MaxNumAccessesToFind, double MinDuration ); |
| [Managed C++] |
|---|
public: IAgImmutableIntervalCollection^ ComputeFirstSatisfaction( VARIANT StartTime, VARIANT StopTime, int MaxNumAccessesToFind, double MinDuration ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgImmutableIntervalCollection computeFirstSatisfaction( AgVariant StartTime, AgVariant StopTime, int MaxNumAccessesToFind, double MinDuration ); |
[Python - STK API ] |
|---|
def ComputeFirstSatisfaction(self, StartTime:typing.Any, StopTime:typing.Any, MaxNumAccessesToFind:int, MinDuration:float) -> "IAgImmutableIntervalCollection": |
- StartTime
- StopTime
- MaxNumAccessesToFind
- MinDuration






