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






Windows & Linux

Description

Gets or sets the option for using the seasonal/regional method.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SeasonalRegionalMethod() As Boolean
[C#]
public bool SeasonalRegionalMethod {get; set;}
[Managed C++]
public: __property bool get_SeasonalRegionalMethod();
public: __property void set_SeasonalRegionalMethod( bool );
[Unmanaged C++]
public: HRESULT get_SeasonalRegionalMethod(
    VARIANT_BOOL * pVal
);
public: HRESULT put_SeasonalRegionalMethod(
    VARIANT_BOOL val
);
[Java]
public bool getSeasonalRegionalMethod();
public void setSeasonalRegionalMethod(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.