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





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 * pRetVal
);
public: HRESULT put_EnableSatisfaction(
VARIANT_BOOL NewEnableSatisfaction
);

[Java]
public bool getEnableSatisfaction();public void setEnableSatisfaction(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1