STK ObjectsSend comments on this topic.
AverageDataMonth Property (IAgCloudsAndFogFadingLossModelP840_6)
See Also
Windows





Windows & Linux

Description

Gets or sets the month, (1 - 12) of the year, used to get average liquid water data.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AverageDataMonth() As Integer
[C#]
public int AverageDataMonth {get; set;}
[Managed C++]
public: __property int get_AverageDataMonth();
public: __property void set_AverageDataMonth( int );
[Unmanaged C++]
public: HRESULT get_AverageDataMonth(
    int * pVal
);
public: HRESULT put_AverageDataMonth(
    int val
);
[Java]
public Integer getAverageDataMonth();
public void setAverageDataMonth(
    Integer
);
[Python - STK API ]
@property
def AverageDataMonth(self) -> int:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.