Satisfaction criteria for the Figure of Merit.
Read-only property
[Visual Basic .NET] |
---|
Public Property Satisfaction() As IAgFmSatisfaction |
[C#] |
---|
public IAgFmSatisfaction Satisfaction {get;} |
[Managed C++] |
---|
public: __property IAgFmSatisfaction ^ get_Satisfaction(); |
[Unmanaged C++] |
---|
public: HRESULT get_Satisfaction( IAgFmSatisfaction ** ppVal ); |
[Java] |
---|
public IAgFmSatisfaction getSatisfaction(); |
[Python - STK API ] |
---|
@property def Satisfaction(self) -> "IAgFmSatisfaction": |