AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_SatisfactionType(
AgEFmSatisfactionType NewSatisfactionType
);

[Java]
public AgEFmSatisfactionType getSatisfactionType();public void setSatisfactionType(
AgEFmSatisfactionType
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface