AGI STK Objects 11 Send comments on this topic.
BestNMetric Property (IAgFmDefDataBestN)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1