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





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 * pRetVal
);
public: HRESULT put_CoefficientType(
AgEVAGravCoeffCoefficientType NewCoefficientType
);

[Java]
public AgEVAGravCoeffCoefficientType getCoefficientType();public void setCoefficientType(
AgEVAGravCoeffCoefficientType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1