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





Description

The threshold indicates whether to include conditions below the lowest threhsolds.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_IncludeBelowLowestThreshold();
public: __property void set_IncludeBelowLowestThreshold(
bool
);

[Unmanaged C++]
public: HRESULT get_IncludeBelowLowestThreshold(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IncludeBelowLowestThreshold(
VARIANT_BOOL NewIncludeBelowLowestThreshold
);

[Java]
public bool getIncludeBelowLowestThreshold();public void setIncludeBelowLowestThreshold(
bool
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1