STK ObjectsSend comments on this topic.
SatisfactionType Property (IAgFmSatisfaction)
See Also
Windows





Windows & Linux

Description

The relationship to the specified threshold that must be achieved to satisfy the Figure of Merit.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SatisfactionType() As AgEFmSatisfactionType
[C#]
public AgEFmSatisfactionType SatisfactionType {get; set;}
[Managed C++]
public: __property AgEFmSatisfactionType get_SatisfactionType();
public: __property void set_SatisfactionType( AgEFmSatisfactionType );
[Unmanaged C++]
public: HRESULT get_SatisfactionType(
    AgEFmSatisfactionType * pVal
);
public: HRESULT put_SatisfactionType(
    AgEFmSatisfactionType SatisfactionType
);
[Java]
public AgEFmSatisfactionType getSatisfactionType();
public void setSatisfactionType(
    AgEFmSatisfactionType
);
[Python - STK API ]
@property
def SatisfactionType(self) -> "AgEFmSatisfactionType":

@SatisfactionType.setter
def SatisfactionType(self, SatisfactionType:"AgEFmSatisfactionType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.