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