STK ObjectsSend 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 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:

Parameters

Statistic

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.