STK AstrogatorSend comments on this topic.
Degree Property (IAgVAStateCalcGravCoeff)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_Degree(
    int inVal
);
[Java]
public Integer getDegree();
public void setDegree(
    Integer
);
[Python - STK API ]
@property
def Degree(self) -> int:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.