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 ); |
| [Java] |
|---|
public IAgImmutableIntervalCollection computeFirstSatisfaction( VARIANT StartTime, VARIANT StopTime, int MaxNumAccessesToFind, double MinDuration ); |
| [Unmanaged C++] |
|---|
|
- StartTime
- StopTime
- MaxNumAccessesToFind
- MinDuration





