AGI STK Objects 11 Send comments on this topic.
OverrideBandwidthLimits Property (IAgRFFilterModelExternal)
See Also 
Windows






Windows & Linux

Description

Gets or sets option to override the bandwidth limits.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_OverrideBandwidthLimits();
public: __property void set_OverrideBandwidthLimits(
bool
);

[Unmanaged C++]
public: HRESULT get_OverrideBandwidthLimits(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_OverrideBandwidthLimits(
VARIANT_BOOL NewOverrideBandwidthLimits
);

[Java]
public bool getOverrideBandwidthLimits();public void setOverrideBandwidthLimits(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface