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





Windows & Linux

Description

Gets or sets the month for ITU-R P.1510 Surface Temperatures

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ITU1510Month() As Integer
[C#]
public int ITU1510Month {get; set;}
[Managed C++]
public: __property int get_ITU1510Month();
public: __property void set_ITU1510Month( int );
[Unmanaged C++]
public: HRESULT get_ITU1510Month(
    int * pVal
);
public: HRESULT put_ITU1510Month(
    int val
);
[Java]
public Integer getITU1510Month();
public void setITU1510Month(
    Integer
);
[Python - STK API ]
@property
def ITU1510Month(self) -> int:

@ITU1510Month.setter
def ITU1510Month(self, val:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.