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






Windows & Linux

Description

The quantization step size of the digital output signal.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property QSS() As Double
[C#]
public double QSS {get; set;}
[Managed C++]
public: __property double get_QSS();
public: __property void set_QSS(
   double
);
[Unmanaged C++]
public: HRESULT get_QSS(
   double * pRetVal
);
public: HRESULT put_QSS(
   double NewQSS
);
[Java]
public double getQSS();public void setQSS(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.