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 * pRetVal
);
public: HRESULT put_NumIntervals(
   int NewNumIntervals
);
[Java]
public ppInteger getNumIntervals();public void setNumIntervals(
   ppInteger
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.