AGI STK Objects 11Send comments on this topic.
EnableSatisfaction Property (IAgFmSatisfaction)
See Also
Windows






Windows & Linux

Description

Specify whether to apply the graphical properties of the figure of merit only when a chosen satisfaction criterion is met.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableSatisfaction() As Boolean
[C#]
public bool EnableSatisfaction {get; set;}
[Managed C++]
public: __property bool get_EnableSatisfaction();
public: __property void set_EnableSatisfaction( bool );
[Unmanaged C++]
public: HRESULT get_EnableSatisfaction(
    VARIANT_BOOL * pVal
);
public: HRESULT put_EnableSatisfaction(
    VARIANT_BOOL ApplySatisfaction
);
[Java]
public bool getEnableSatisfaction();
public void setEnableSatisfaction(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.