STK ObjectsSend comments on this topic.
MaxDegree Property (IAgVeHPOPCentralBodyGravity)
See Also
Windows





Windows & Linux

Description

Maximum degree of geopotential coefficients to be included for Central Body gravity computations. 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 * pVal
);
public: HRESULT put_MaxDegree(
    long MaxDegree
);
[Java]
public int getMaxDegree();
public void setMaxDegree(
    int
);
[Python - STK API ]
@property
def MaxDegree(self) -> int:

@MaxDegree.setter
def MaxDegree(self, MaxDegree:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.