STK ObjectsSend 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 * pVal
);
public: HRESULT put_OverrideBandwidthLimits(
    VARIANT_BOOL val
);
[Java]
public bool getOverrideBandwidthLimits();
public void setOverrideBandwidthLimits(
    bool
);
[Python - STK API ]
@property
def OverrideBandwidthLimits(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.