STK ObjectsSend comments on this topic.
MaxDragAlt Property (IAgVeAdvanced)
See Also
Windows





Windows & Linux

Description

Maximum drag altitude, above which drag calculations are not considered. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxDragAlt() As Double
[C#]
public double MaxDragAlt {get; set;}
[Managed C++]
public: __property double get_MaxDragAlt();
public: __property void set_MaxDragAlt( double );
[Unmanaged C++]
public: HRESULT get_MaxDragAlt(
    double * pVal
);
public: HRESULT put_MaxDragAlt(
    double MaxDragAlt
);
[Java]
public double getMaxDragAlt();
public void setMaxDragAlt(
    double
);
[Python - STK API ]
@property
def MaxDragAlt(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.