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






Windows & Linux

Description

The number of oversampled spectral intervals to discretely simulate for this sensor band.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NumIntervals() As Integer
[C#]
public int NumIntervals {get; set;}
[Managed C++]
public: __property int get_NumIntervals();
public: __property void set_NumIntervals( int );
[Unmanaged C++]
public: HRESULT get_NumIntervals(
    int * pVal
);
public: HRESULT put_NumIntervals(
    int newVal
);
[Java]
public Integer getNumIntervals();
public void setNumIntervals(
    Integer
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.