Is the supplied statistic available for the data?
[Visual Basic .NET] |
---|
Public Function IsStatisticAvailable( _ ByVal Statistic As AgEStatistics _ ) As Boolean |
[C#] |
---|
public bool IsStatisticAvailable( AgEStatistics Statistic ); |
[Managed C++] |
---|
public: bool IsStatisticAvailable( AgEStatistics Statistic ); |
[Unmanaged C++] |
---|
public: HRESULT IsStatisticAvailable( AgEStatistics Statistic, VARIANT_BOOL * pIsAvailable ); |
[Java] |
---|
public bool isStatisticAvailable( AgEStatistics Statistic ); |
[Python - STK API ] |
---|
def IsStatisticAvailable(self, Statistic:"AgEStatistics") -> bool: |
- Statistic