AGI STK Objects 11 Send comments on this topic.
EnableLocalRainData Property (IAgAtmosphere)
See Also 





Description

Gets or sets the option for enabling local rain data.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableLocalRainData() As Boolean

[C#]
public bool EnableLocalRainData {get; set;}

[Managed C++]
public: __property bool get_EnableLocalRainData();
public: __property void set_EnableLocalRainData(
bool
);

[Unmanaged C++]
public: HRESULT get_EnableLocalRainData(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnableLocalRainData(
VARIANT_BOOL NewEnableLocalRainData
);

[Java]
public bool getEnableLocalRainData();public void setEnableLocalRainData(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1