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

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.