STK ObjectsSend comments on this topic.
BladeRotation Property (IAgScatteringPointModelWindTurbine)
See Also
Windows





Windows & Linux

Description

Gets the turbine blade rotation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BladeRotation() As Double
[C#]
public double BladeRotation {get; set;}
[Managed C++]
public: __property double get_BladeRotation();
public: __property void set_BladeRotation( double );
[Unmanaged C++]
public: HRESULT get_BladeRotation(
    double * pVal
);
public: HRESULT put_BladeRotation(
    double val
);
[Java]
public double getBladeRotation();
public void setBladeRotation(
    double
);
[Python - STK API ]
@property
def BladeRotation(self) -> float:

@BladeRotation.setter
def BladeRotation(self, val:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.