AGI STK Objects 11 Send comments on this topic.
MethodToComputeSunPosition Property (IAgVeHPOPSolarRadiationPressureOptions)
See Also 





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 * pRetVal
);
public: HRESULT put_MethodToComputeSunPosition(
AgEMethodToComputeSunPosition NewMethodToComputeSunPosition
);

[Java]
public AgEMethodToComputeSunPosition getMethodToComputeSunPosition();public void setMethodToComputeSunPosition(
AgEMethodToComputeSunPosition
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1