AGI STK Objects 11Send comments on this topic.
UseAlternateAPFile Property (IAgIonosphericFadingLossModelP531_13)
See Also
Windows






Windows & Linux

Description

Gets or sets the option for alternate AP data file.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseAlternateAPFile() As Boolean
[C#]
public bool UseAlternateAPFile {get; set;}
[Managed C++]
public: __property bool get_UseAlternateAPFile();
public: __property void set_UseAlternateAPFile( bool );
[Unmanaged C++]
public: HRESULT get_UseAlternateAPFile(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseAlternateAPFile(
    VARIANT_BOOL val
);
[Java]
public bool getUseAlternateAPFile();
public void setUseAlternateAPFile(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.