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





Windows & Linux

Description

Coefficient type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CoefficientType() As AgEVAGravCoeffCoefficientType
[C#]
public AgEVAGravCoeffCoefficientType CoefficientType {get; set;}
[Managed C++]
public: __property AgEVAGravCoeffCoefficientType get_CoefficientType();
public: __property void set_CoefficientType( AgEVAGravCoeffCoefficientType );
[Unmanaged C++]
public: HRESULT get_CoefficientType(
    AgEVAGravCoeffCoefficientType * pVal
);
public: HRESULT put_CoefficientType(
    AgEVAGravCoeffCoefficientType inVal
);
[Java]
public AgEVAGravCoeffCoefficientType getCoefficientType();
public void setCoefficientType(
    AgEVAGravCoeffCoefficientType
);
[Python - STK API ]
@property
def CoefficientType(self) -> "AgEVAGravCoeffCoefficientType":

@CoefficientType.setter
def CoefficientType(self, inVal:"AgEVAGravCoeffCoefficientType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.