Gets or sets the time interval over which radiant signal is collected before generating an image.
Read-write property
[Visual Basic .NET] |
---|
Public Property IntegrationTime() As Double |
[C#] |
---|
public double IntegrationTime {get; set;} |
[Managed C++] |
---|
public: __property double get_IntegrationTime(); |
[Unmanaged C++] |
---|
public: HRESULT get_IntegrationTime( double * pVal ); public: HRESULT put_IntegrationTime( double newVal ); |
[Java] |
---|
public double getIntegrationTime(); public void setIntegrationTime( double ); |