AGI STK Objects 11 Send comments on this topic.
SymmetricBandwidth Property (IAgModulatorModel)
See Also 





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

[Java]
public bool getSymmetricBandwidth();public void setSymmetricBandwidth(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1