STK ObjectsSend 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
);
[Python - STK API ]
@property
def SimulateQuantization(self) -> bool:

@SimulateQuantization.setter
def SimulateQuantization(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.