STK ObjectsSend comments on this topic.
MethodToComputeSunPosition Property (IAgVeHPOPSolarRadiationPressureOptions)
See Also
Windows





Windows & Linux

Description

Specifies the direction of the Sun for SRP computations.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MethodToComputeSunPosition() As AgEMethodToComputeSunPosition
[C#]
public AgEMethodToComputeSunPosition MethodToComputeSunPosition {get; set;}
[Managed C++]
public: __property AgEMethodToComputeSunPosition get_MethodToComputeSunPosition();
public: __property void set_MethodToComputeSunPosition( AgEMethodToComputeSunPosition );
[Unmanaged C++]
public: HRESULT get_MethodToComputeSunPosition(
    AgEMethodToComputeSunPosition * pVal
);
public: HRESULT put_MethodToComputeSunPosition(
    AgEMethodToComputeSunPosition MethodToComputeSunPosition
);
[Java]
public AgEMethodToComputeSunPosition getMethodToComputeSunPosition();
public void setMethodToComputeSunPosition(
    AgEMethodToComputeSunPosition
);
[Python - STK API ]
@property
def MethodToComputeSunPosition(self) -> "AgEMethodToComputeSunPosition":

@MethodToComputeSunPosition.setter
def MethodToComputeSunPosition(self, MethodToComputeSunPosition:"AgEMethodToComputeSunPosition") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.