STK ObjectsSend 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 Boolean
[C#]
public bool IsTimeVarExtremumAvailable(
    AgETimeVarExtremum TimeVarExtremum
);
[Managed C++]
public: bool IsTimeVarExtremumAvailable(
    AgETimeVarExtremum TimeVarExtremum
);
[Unmanaged C++]
public: HRESULT IsTimeVarExtremumAvailable(
    AgETimeVarExtremum TimeVarExtremum,
    VARIANT_BOOL * pIsAvailable
);
[Java]
public bool isTimeVarExtremumAvailable(
    AgETimeVarExtremum TimeVarExtremum
);
[Python - STK API ]
def IsTimeVarExtremumAvailable(self, TimeVarExtremum:"AgETimeVarExtremum") -> bool:

Parameters

TimeVarExtremum

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.