STK Vector Geometry ToolSend comments on this topic.
IncludeBelowLowestThreshold Property (IAgCrdnConditionSetScalarThresholds)
See Also
Windows





Windows & Linux

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 IncludeBelowLowestThreshold
);
[Java]
public bool getIncludeBelowLowestThreshold();
public void setIncludeBelowLowestThreshold(
    bool
);
[Python - STK API ]
@property
def IncludeBelowLowestThreshold(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.