STK ObjectsSend comments on this topic.
ExcludeValueRange Property (IAgFmSatisfaction)
See Also
Windows





Windows & Linux

Description

Exclude Value Range.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ExcludeValueRange() As Boolean
[C#]
public bool ExcludeValueRange {get; set;}
[Managed C++]
public: __property bool get_ExcludeValueRange();
public: __property void set_ExcludeValueRange( bool );
[Unmanaged C++]
public: HRESULT get_ExcludeValueRange(
    VARIANT_BOOL * pVal
);
public: HRESULT put_ExcludeValueRange(
    VARIANT_BOOL InVal
);
[Java]
public bool getExcludeValueRange();
public void setExcludeValueRange(
    bool
);
[Python - STK API ]
@property
def ExcludeValueRange(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.