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





Windows & Linux

Description

Gets or sets the wind model type as a string value. Use this for custom models.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property WindModelTypeString() As String
[C#]
public string WindModelTypeString {get; set;}
[Managed C++]
public: __property String __gc ^ get_WindModelTypeString();
public: __property void set_WindModelTypeString( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_WindModelTypeString(
    BSTR * pVal
);
public: HRESULT put_WindModelTypeString(
    BSTR pVal
);
[Java]
public String getWindModelTypeString();
public void setWindModelTypeString(
    String
);
[Python - STK API ]
@property
def WindModelTypeString(self) -> str:

@WindModelTypeString.setter
def WindModelTypeString(self, pVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.