STK AviatorSend comments on this topic.
WindModelType Property (IAgAvtrWindModel)
See Also
Windows





Windows & Linux

Description

Gets or sets the wind model type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property WindModelType() As AgEAvtrWindModelType
[C#]
public AgEAvtrWindModelType WindModelType {get; set;}
[Managed C++]
public: __property AgEAvtrWindModelType get_WindModelType();
public: __property void set_WindModelType( AgEAvtrWindModelType );
[Unmanaged C++]
public: HRESULT get_WindModelType(
    AgEAvtrWindModelType * pVal
);
public: HRESULT put_WindModelType(
    AgEAvtrWindModelType pVal
);
[Java]
public AgEAvtrWindModelType getWindModelType();
public void setWindModelType(
    AgEAvtrWindModelType
);
[Python - STK API ]
@property
def WindModelType(self) -> "AgEAvtrWindModelType":

@WindModelType.setter
def WindModelType(self, pVal:"AgEAvtrWindModelType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.