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






Windows & Linux

Description

Is the supplied statistic available for the data?

Syntax

[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
);

Parameters

Statistic

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.