STK ObjectsSend comments on this topic.
IntegrationTime Property (IAgSnEOIRRadiometricPair)
See Also
Windows





Windows & Linux

Description

Integration Time.

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
);
[Python - STK API ]
@property
def IntegrationTime(self) -> float:

@IntegrationTime.setter
def IntegrationTime(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.