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