AGI STK Objects 11Send comments on this topic.
IsTimeVarExtremumAvailable Method (IAgDrStatistics)
See Also
TimeVarExtremum
Windows






Windows & Linux

Description

Is the supplied time varying extremum available for the data?

Syntax

[Visual Basic .NET]
Public Function IsTimeVarExtremumAvailable( _
    ByVal TimeVarExtremum As AgETimeVarExtremum _
) As 
[C#]
public bool IsTimeVarExtremumAvailable(
    AgETimeVarExtremum TimeVarExtremum
);
[Managed C++]
public: bool IsTimeVarExtremumAvailable(
    AgETimeVarExtremum TimeVarExtremum
);
[Java]
public bool isTimeVarExtremumAvailable(
    AgETimeVarExtremum TimeVarExtremum
);
[Unmanaged C++]
public: HRESULT IsTimeVarExtremumAvailable(
    AgETimeVarExtremum TimeVarExtremum,
    VARIANT_BOOL * pIsAvailable
);

Parameters

TimeVarExtremum

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.