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





Windows & Linux

Description

The minimization metric for the best N computation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BestNMetric() As AgEFmMethod
[C#]
public AgEFmMethod BestNMetric {get; set;}
[Managed C++]
public: __property AgEFmMethod get_BestNMetric();
public: __property void set_BestNMetric( AgEFmMethod );
[Unmanaged C++]
public: HRESULT get_BestNMetric(
    AgEFmMethod * pVal
);
public: HRESULT put_BestNMetric(
    AgEFmMethod pVal
);
[Java]
public AgEFmMethod getBestNMetric();
public void setBestNMetric(
    AgEFmMethod
);
[Python - STK API ]
@property
def BestNMetric(self) -> "AgEFmMethod":

@BestNMetric.setter
def BestNMetric(self, pVal:"AgEFmMethod") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.