AGI STK Objects 11 Send comments on this topic.
ExcludeValueRange Property (IAgFmSatisfaction)
See Also 





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 * pRetVal
);
public: HRESULT put_ExcludeValueRange(
VARIANT_BOOL NewExcludeValueRange
);

[Java]
public bool getExcludeValueRange();public void setExcludeValueRange(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1