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





Windows & Linux

Description

Gets the turbine blade scattering cross section.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BladeScatteringCrossSection() As Double
[C#]
public double BladeScatteringCrossSection {get; set;}
[Managed C++]
public: __property double get_BladeScatteringCrossSection();
public: __property void set_BladeScatteringCrossSection( double );
[Unmanaged C++]
public: HRESULT get_BladeScatteringCrossSection(
    double * pVal
);
public: HRESULT put_BladeScatteringCrossSection(
    double val
);
[Java]
public double getBladeScatteringCrossSection();
public void setBladeScatteringCrossSection(
    double
);
[Python - STK API ]
@property
def BladeScatteringCrossSection(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.