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





Description

The time interval over which radiant signal is collected before generating an image.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IntegrationTime() As Double

[C#]
public double IntegrationTime {get; set;}

[Managed C++]
public: __property double get_IntegrationTime();
public: __property void set_IntegrationTime(
double
);

[Unmanaged C++]
public: HRESULT get_IntegrationTime(
double * pRetVal
);
public: HRESULT put_IntegrationTime(
double NewIntegrationTime
);

[Java]
public double getIntegrationTime();public void setIntegrationTime(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1