STK ObjectsSend comments on this topic.
F10p7Source Property (IAgVeSpEnvParticleFlux)
See Also
Windows





Windows & Linux

Description

Mode for computing 13-month average F10.7

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property F10p7Source() As AgEVeSpEnvF10p7Source
[C#]
public AgEVeSpEnvF10p7Source F10p7Source {get; set;}
[Managed C++]
public: __property AgEVeSpEnvF10p7Source get_F10p7Source();
public: __property void set_F10p7Source( AgEVeSpEnvF10p7Source );
[Unmanaged C++]
public: HRESULT get_F10p7Source(
    AgEVeSpEnvF10p7Source * pVal
);
public: HRESULT put_F10p7Source(
    AgEVeSpEnvF10p7Source F10p7Source
);
[Java]
public AgEVeSpEnvF10p7Source getF10p7Source();
public void setF10p7Source(
    AgEVeSpEnvF10p7Source
);
[Python - STK API ]
@property
def F10p7Source(self) -> "AgEVeSpEnvF10p7Source":

@F10p7Source.setter
def F10p7Source(self, F10p7Source:"AgEVeSpEnvF10p7Source") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.