STK AstrogatorSend comments on this topic.
Revolutions Property (IAgVAProfileLambertProfile)
See Also
Windows





Windows & Linux

Description

Gets or sets the number of revolutions. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Revolutions() As Integer
[C#]
public int Revolutions {get; set;}
[Managed C++]
public: __property int get_Revolutions();
public: __property void set_Revolutions( int );
[Unmanaged C++]
public: HRESULT get_Revolutions(
    long * pVal
);
public: HRESULT put_Revolutions(
    long newVal
);
[Java]
public int getRevolutions();
public void setRevolutions(
    int
);
[Python - STK API ]
@property
def Revolutions(self) -> int:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.