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






Windows & Linux

Description

Unlimited allowing pixels to measure any amount of radiant signal without limit or Simulate Saturation where pixels can only measure up to the specified saturation level of radiant signal.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DynamicRangeMode() As Boolean
[C#]
public bool DynamicRangeMode {get; set;}
[Managed C++]
public: __property bool get_DynamicRangeMode();
public: __property void set_DynamicRangeMode( bool );
[Unmanaged C++]
public: HRESULT get_DynamicRangeMode(
    VARIANT_BOOL * pVal
);
public: HRESULT put_DynamicRangeMode(
    VARIANT_BOOL pVal
);
[Java]
public bool getDynamicRangeMode();
public void setDynamicRangeMode(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.