STK ObjectsSend 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
);
[Python - STK API ]
@property
def SeasonalRegionalMethod(self) -> bool:

@SeasonalRegionalMethod.setter
def SeasonalRegionalMethod(self, val:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.