AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_SimulateQuantization(
VARIANT_BOOL NewSimulateQuantization
);

[Java]
public bool getSimulateQuantization();public void setSimulateQuantization(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface