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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.