Description
The threshold for satisfying the Figure of Merit.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property SatisfactionThreshold() As System.Object
|
| [C#] |
|---|
public System.Object SatisfactionThreshold {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_SatisfactionThreshold(); public: __property void set_SatisfactionThreshold(
VARIANT
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_SatisfactionThreshold(
VARIANT * pVal
);
public: HRESULT put_SatisfactionThreshold(
VARIANT SatisfactionThreshold
);
|
| [Java] |
|---|
public AgVariant getSatisfactionThreshold();
public void setSatisfactionThreshold(
AgVariant
);
|
| [Python - STK API] |
|---|
@property
def SatisfactionThreshold(self) -> typing.Any:
@SatisfactionThreshold.setter
def SatisfactionThreshold(self, SatisfactionThreshold:typing.Any) -> None:
|
See Also