AGI STK Objects 11 Send comments on this topic.
C8 Property (IAgRfCoefficients)
See Also 





Description

The coefficient C8. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property C8() As Double

[C#]
public double C8 {get; set;}

[Managed C++]
public: __property double get_C8();
public: __property void set_C8(
double
);

[Unmanaged C++]
public: HRESULT get_C8(
double * pRetVal
);
public: HRESULT put_C8(
double NewC8
);

[Java]
public double getC8();public void setC8(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1