STK AviatorSend comments on this topic.
MaxVertPlaneRadiusFactor Property (IAgAvtrVerticalPlaneOptions)
See Also
Windows





Windows & Linux

Description

Gets or sets the maximum amount the radius of vertical curve will be increased to minimize the flight path angle required to complete it.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxVertPlaneRadiusFactor() As Double
[C#]
public double MaxVertPlaneRadiusFactor {get; set;}
[Managed C++]
public: __property double get_MaxVertPlaneRadiusFactor();
public: __property void set_MaxVertPlaneRadiusFactor( double );
[Unmanaged C++]
public: HRESULT get_MaxVertPlaneRadiusFactor(
    double * pVal
);
public: HRESULT put_MaxVertPlaneRadiusFactor(
    double newVal
);
[Java]
public double getMaxVertPlaneRadiusFactor();
public void setMaxVertPlaneRadiusFactor(
    double
);
[Python - STK API ]
@property
def MaxVertPlaneRadiusFactor(self) -> float:

@MaxVertPlaneRadiusFactor.setter
def MaxVertPlaneRadiusFactor(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.