STK AviatorSend comments on this topic.
Turns Property (IAgAvtrProcedureHoldingRacetrack)
See Also
Windows





Windows & Linux

Description

Gets or sets the number of full turns.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Turns() As Integer
[C#]
public int Turns {get; set;}
[Managed C++]
public: __property int get_Turns();
public: __property void set_Turns( int );
[Unmanaged C++]
public: HRESULT get_Turns(
    long * pVal
);
public: HRESULT put_Turns(
    long newVal
);
[Java]
public int getTurns();
public void setTurns(
    int
);
[Python - STK API ]
@property
def Turns(self) -> int:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.