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