AGI STK VGT 11 Send comments on this topic.
IncludeAboveHighestThreshold Property (IAgCrdnConditionSetScalarThresholds)
See Also 





Description

The threshold indicates whether to include conditions above the highest threhsold.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_IncludeAboveHighestThreshold();
public: __property void set_IncludeAboveHighestThreshold(
bool
);

[Unmanaged C++]
public: HRESULT get_IncludeAboveHighestThreshold(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IncludeAboveHighestThreshold(
VARIANT_BOOL NewIncludeAboveHighestThreshold
);

[Java]
public bool getIncludeAboveHighestThreshold();public void setIncludeAboveHighestThreshold(
bool
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1