STK ObjectsSend comments on this topic.
EnableITU1510 Property (IAgRainLossModelITURP618_13)
See Also
Windows





Windows & Linux

Description

Gets or sets the option to use surface temperatures from ITU-R P.1510

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableITU1510() As Boolean
[C#]
public bool EnableITU1510 {get; set;}
[Managed C++]
public: __property bool get_EnableITU1510();
public: __property void set_EnableITU1510( bool );
[Unmanaged C++]
public: HRESULT get_EnableITU1510(
    VARIANT_BOOL * pVal
);
public: HRESULT put_EnableITU1510(
    VARIANT_BOOL val
);
[Java]
public bool getEnableITU1510();
public void setEnableITU1510(
    bool
);
[Python - STK API ]
@property
def EnableITU1510(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.