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






Windows & Linux

Description

Maximum degree to use in the gravity field when propagating the state error covariance matrix. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaximumDegree() As Integer

[C#]
public int MaximumDegree {get; set;}

[Managed C++]
public: __property int get_MaximumDegree();
public: __property void set_MaximumDegree(
int
);

[Unmanaged C++]
public: HRESULT get_MaximumDegree(
long * pRetVal
);
public: HRESULT put_MaximumDegree(
long NewMaximumDegree
);

[Java]
public int getMaximumDegree();public void setMaximumDegree(
int
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface