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





Windows & Linux

Description

The minimization metric for the best 4 computation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Best4Metric() As AgEFmMethod
[C#]
public AgEFmMethod Best4Metric {get; set;}
[Managed C++]
public: __property AgEFmMethod get_Best4Metric();
public: __property void set_Best4Metric( AgEFmMethod );
[Unmanaged C++]
public: HRESULT get_Best4Metric(
    AgEFmMethod * pVal
);
public: HRESULT put_Best4Metric(
    AgEFmMethod pVal
);
[Java]
public AgEFmMethod getBest4Metric();
public void setBest4Metric(
    AgEFmMethod
);
[Python - STK API ]
@property
def Best4Metric(self) -> "AgEFmMethod":

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.