STK ObjectsSend comments on this topic.
IsBestNMetricSupported Method (IAgFmDefDataBestN)
See Also
BestNMetric
Windows





Windows & Linux

Description

Is the type of Best N metric supported?

Syntax

[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:

Parameters

BestNMetric

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.