AGI STK Objects 11 Send comments on this topic.
IsSatisfactionVisible Property (IAgCvGfxAnimation)
See Also 





Description

Show Satisfaction: display graphics for regions of the grid that satisfy multiple figure of merit satisfaction criteria simultaneously during animation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IsSatisfactionVisible() As Boolean

[C#]
public bool IsSatisfactionVisible {get; set;}

[Managed C++]
public: __property bool get_IsSatisfactionVisible();
public: __property void set_IsSatisfactionVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_IsSatisfactionVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsSatisfactionVisible(
VARIANT_BOOL NewIsSatisfactionVisible
);

[Java]
public bool getIsSatisfactionVisible();public void setIsSatisfactionVisible(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1