Gets or sets the minimization metric for the best N computation.
Read-write property
[Visual Basic .NET] |
---|
Public Property BestNMetric() As AgEFmMethod |
[C#] |
---|
public AgEFmMethod BestNMetric {get; set;} |
[Managed C++] |
---|
public: __property AgEFmMethod get_BestNMetric(); |
[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: |