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






Windows & Linux

Description

Simulate quantization effects of the sensor.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SimulateQuantization() As Boolean
[C#]
public bool SimulateQuantization {get; set;}
[Managed C++]
public: __property bool get_SimulateQuantization();
public: __property void set_SimulateQuantization( bool );
[Unmanaged C++]
public: HRESULT get_SimulateQuantization(
    VARIANT_BOOL * pVal
);
public: HRESULT put_SimulateQuantization(
    VARIANT_BOOL pVal
);
[Java]
public bool getSimulateQuantization();
public void setSimulateQuantization(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.