AGI STK Objects 11Send 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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.