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





Description

The coefficient C0. Dimensionless.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_C0();
public: __property void set_C0(
double
);

[Unmanaged C++]
public: HRESULT get_C0(
double * pRetVal
);
public: HRESULT put_C0(
double NewC0
);

[Java]
public double getC0();public void setC0(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1