STK ObjectsSend comments on this topic.
UseApparentSunPosition Property (IAgVeHPOPForceModelDragOptions)
See Also
Windows





Windows & Linux

Description

Opt whether to use the apparent position of the sun; otherwise, the true position of the sun is used.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseApparentSunPosition() As Boolean
[C#]
public bool UseApparentSunPosition {get; set;}
[Managed C++]
public: __property bool get_UseApparentSunPosition();
public: __property void set_UseApparentSunPosition( bool );
[Unmanaged C++]
public: HRESULT get_UseApparentSunPosition(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseApparentSunPosition(
    VARIANT_BOOL UseApparentSunPosition
);
[Java]
public bool getUseApparentSunPosition();
public void setUseApparentSunPosition(
    bool
);
[Python - STK API ]
@property
def UseApparentSunPosition(self) -> bool:

@UseApparentSunPosition.setter
def UseApparentSunPosition(self, UseApparentSunPosition:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.