AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_BestNMetric(
   AgEFmMethod NewBestNMetric
);
[Java]
public AgEFmMethod getBestNMetric();public void setBestNMetric(
   AgEFmMethod
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.