STK ObjectsSend comments on this topic.
LowerBandwidthLimit Property (IAgModulatorModel)
See Also
Windows





Windows & Linux

Description

Gets or sets the lower bandwidth limit.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LowerBandwidthLimit() As Double
[C#]
public double LowerBandwidthLimit {get; set;}
[Managed C++]
public: __property double get_LowerBandwidthLimit();
public: __property void set_LowerBandwidthLimit( double );
[Unmanaged C++]
public: HRESULT get_LowerBandwidthLimit(
    double * pVal
);
public: HRESULT put_LowerBandwidthLimit(
    double val
);
[Java]
public double getLowerBandwidthLimit();
public void setLowerBandwidthLimit(
    double
);
[Python - STK API ]
@property
def LowerBandwidthLimit(self) -> float:

@LowerBandwidthLimit.setter
def LowerBandwidthLimit(self, val:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.