AGI STK Astrogator 11 Send comments on this topic.
Degree Property (IAgVAStateCalcGravCoeff)
See Also 





Description

Degree of the coefficient.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property int get_Degree();
public: __property void set_Degree(
int
);

[Unmanaged C++]
public: HRESULT get_Degree(
int * pRetVal
);
public: HRESULT put_Degree(
int NewDegree
);

[Java]
public ppInteger getDegree();public void setDegree(
ppInteger
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1