STK ObjectsSend comments on this topic.
ComputeFirstSatisfaction Method (IAgOnePtAccess)
See Also
StartTime
StopTime
MaxNumAccessesToFind
MinDuration
Windows





Windows & Linux

Description

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.

Syntax

[Visual Basic .NET]
Public Function ComputeFirstSatisfaction( _
    ByVal StartTime As System.Object, _
    ByVal StopTime As System.Object, _
    ByVal MaxNumAccessesToFind As Integer, _
    ByVal MinDuration As Double _
) As IAgImmutableIntervalCollection
[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++]
public: HRESULT ComputeFirstSatisfaction(
    VARIANT StartTime,
    VARIANT StopTime,
    long MaxNumAccessesToFind,
    double MinDuration,
    IAgImmutableIntervalCollection ** ppRetVal
);
[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":

Parameters

StartTime
StopTime
MaxNumAccessesToFind
MinDuration

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.