STK ObjectsSend comments on this topic.
IsBest4MetricSupported Method (IAgFmDefDataBest4)
See Also
Best4Metric
Windows





Windows & Linux

Description

Is the type of Best 4 metric supported?

Syntax

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

Parameters

Best4Metric

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.