STK ObjectsSend comments on this topic.
LocalSurfaceTemperature Property (IAgPlatformRFEnvironment)
See Also
Windows





Windows & Linux

Description

Gets or sets the local surface temperature.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LocalSurfaceTemperature() As Double
[C#]
public double LocalSurfaceTemperature {get; set;}
[Managed C++]
public: __property double get_LocalSurfaceTemperature();
public: __property void set_LocalSurfaceTemperature( double );
[Unmanaged C++]
public: HRESULT get_LocalSurfaceTemperature(
    double * pVal
);
public: HRESULT put_LocalSurfaceTemperature(
    double val
);
[Java]
public double getLocalSurfaceTemperature();
public void setLocalSurfaceTemperature(
    double
);
[Python - STK API ]
@property
def LocalSurfaceTemperature(self) -> float:

@LocalSurfaceTemperature.setter
def LocalSurfaceTemperature(self, val:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.