AGI STK Objects 11Send comments on this topic.
MaxDegree Property (IAgVeLOPCentralBodyGravity)
See Also 
Windows






Windows & Linux

Description

The maximum degree of geopotential coefficients to be included for Central Body gravity computations. Valid range is from 0 to 90, depending on the gravity model. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxDegree() As Integer
[C#]
public int MaxDegree {get; set;}
[Managed C++]
public: __property int get_MaxDegree();
public: __property void set_MaxDegree(
   int
);
[Unmanaged C++]
public: HRESULT get_MaxDegree(
   long * pRetVal
);
public: HRESULT put_MaxDegree(
   long NewMaxDegree
);
[Java]
public int getMaxDegree();public void setMaxDegree(
   int
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.