STK AstrogatorSend comments on this topic.
UseSunCbFileValues Property (IAgVASRPSpherical)
See Also
Windows





Windows & Linux

Description

True if solar values should come from the Sun.cb file.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseSunCbFileValues() As Boolean
[C#]
public bool UseSunCbFileValues {get; set;}
[Managed C++]
public: __property bool get_UseSunCbFileValues();
public: __property void set_UseSunCbFileValues( bool );
[Unmanaged C++]
public: HRESULT get_UseSunCbFileValues(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseSunCbFileValues(
    VARIANT_BOOL InVal
);
[Java]
public bool getUseSunCbFileValues();
public void setUseSunCbFileValues(
    bool
);
[Python - STK API ]
@property
def UseSunCbFileValues(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.