STK ObjectsSend comments on this topic.
ApSource Property (IAgVeSpEnvRadiation)
See Also
Windows





Windows & Linux

Description

Mode for computing 15 day average Ap.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ApSource() As AgEVeSpEnvApSource
[C#]
public AgEVeSpEnvApSource ApSource {get; set;}
[Managed C++]
public: __property AgEVeSpEnvApSource get_ApSource();
public: __property void set_ApSource( AgEVeSpEnvApSource );
[Unmanaged C++]
public: HRESULT get_ApSource(
    AgEVeSpEnvApSource * pVal
);
public: HRESULT put_ApSource(
    AgEVeSpEnvApSource ApSource
);
[Java]
public AgEVeSpEnvApSource getApSource();
public void setApSource(
    AgEVeSpEnvApSource
);
[Python - STK API ]
@property
def ApSource(self) -> "AgEVeSpEnvApSource":

@ApSource.setter
def ApSource(self, ApSource:"AgEVeSpEnvApSource") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.