STK AviatorSend comments on this topic.
RotorCount Property (IAgAvtrRotorcraftAero)
See Also
Windows





Windows & Linux

Description

Gets or sets the number of rotors.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RotorCount() As Integer
[C#]
public int RotorCount {get; set;}
[Managed C++]
public: __property int get_RotorCount();
public: __property void set_RotorCount( int );
[Unmanaged C++]
public: HRESULT get_RotorCount(
    long * pVal
);
public: HRESULT put_RotorCount(
    long newVal
);
[Java]
public int getRotorCount();
public void setRotorCount(
    int
);
[Python - STK API ]
@property
def RotorCount(self) -> int:

@RotorCount.setter
def RotorCount(self, newVal:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.