STK ObjectsSend 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
);
[Python - STK API ]
@property
def EnableSatisfaction(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.