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 * pVal
);
public: HRESULT put_IntegrationTime(
double newVal
);
|
| [Java] |
|---|
public double getIntegrationTime();
public void setIntegrationTime(
double
);
|
See Also