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