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






Windows & Linux

Description

Gets or set the auto scale bandwidth option.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_AutoScaleBandwidth();
public: __property void set_AutoScaleBandwidth(
bool
);

[Unmanaged C++]
public: HRESULT get_AutoScaleBandwidth(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_AutoScaleBandwidth(
VARIANT_BOOL NewAutoScaleBandwidth
);

[Java]
public bool getAutoScaleBandwidth();public void setAutoScaleBandwidth(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface