STK ObjectsSend comments on this topic.
IsSatisfactionVisible Property (IAgCvGfxAnimation)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_IsSatisfactionVisible(
    VARIANT_BOOL IsSatisfactionVisible
);
[Java]
public bool getIsSatisfactionVisible();
public void setIsSatisfactionVisible(
    bool
);
[Python - STK API ]
@property
def IsSatisfactionVisible(self) -> bool:

@IsSatisfactionVisible.setter
def IsSatisfactionVisible(self, IsSatisfactionVisible:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.