STK AstrogatorSend comments on this topic.
MaxRevolutions Property (IAgVAProfileLambertSearchProfile)
See Also
Windows





Windows & Linux

Description

Gets or sets the maximum number of revolutions for the Lambert solution.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxRevolutions() As Integer
[C#]
public int MaxRevolutions {get; set;}
[Managed C++]
public: __property int get_MaxRevolutions();
public: __property void set_MaxRevolutions( int );
[Unmanaged C++]
public: HRESULT get_MaxRevolutions(
    long * pVal
);
public: HRESULT put_MaxRevolutions(
    long newVal
);
[Java]
public int getMaxRevolutions();
public void setMaxRevolutions(
    int
);
[Python - STK API ]
@property
def MaxRevolutions(self) -> int:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.