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