AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_MaxDragAlt(
double NewMaxDragAlt
);

[Java]
public double getMaxDragAlt();public void setMaxDragAlt(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface