Is the type of Best 4 metric supported?
[Visual Basic .NET] |
---|
Public Function IsBest4MetricSupported( _ ByVal Best4Metric As AgEFmMethod _ ) As Boolean |
[C#] |
---|
public bool IsBest4MetricSupported( AgEFmMethod Best4Metric ); |
[Managed C++] |
---|
public: bool IsBest4MetricSupported( AgEFmMethod Best4Metric ); |
[Unmanaged C++] |
---|
public: HRESULT IsBest4MetricSupported( AgEFmMethod Best4Metric, VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool isBest4MetricSupported( AgEFmMethod Best4Metric ); |
[Python - STK API ] |
---|
def IsBest4MetricSupported(self, Best4Metric:"AgEFmMethod") -> bool: |
- Best4Metric