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





Description

The coefficient C9. Dimensionless.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_C9();
public: __property void set_C9(
double
);

[Unmanaged C++]
public: HRESULT get_C9(
double * pRetVal
);
public: HRESULT put_C9(
double NewC9
);

[Java]
public double getC9();public void setC9(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1