STK ObjectsSend comments on this topic.
NumIntervals Property (IAgSnEOIRBand)
See Also
Windows





Windows & Linux

Description

Gets or sets 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
);
[Python - STK API ]
@property
def NumIntervals(self) -> int:

@NumIntervals.setter
def NumIntervals(self, newVal:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.