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





Windows & Linux

Description

Gets or sets the option for specifying symmetric bandwidth.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SymmetricBandwidth() As Boolean
[C#]
public bool SymmetricBandwidth {get; set;}
[Managed C++]
public: __property bool get_SymmetricBandwidth();
public: __property void set_SymmetricBandwidth( bool );
[Unmanaged C++]
public: HRESULT get_SymmetricBandwidth(
    VARIANT_BOOL * pVal
);
public: HRESULT put_SymmetricBandwidth(
    VARIANT_BOOL val
);
[Java]
public bool getSymmetricBandwidth();
public void setSymmetricBandwidth(
    bool
);
[Python - STK API ]
@property
def SymmetricBandwidth(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.