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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1