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





Description

The coefficient C10. Dimensionless.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_C10();
public: __property void set_C10(
double
);

[Unmanaged C++]
public: HRESULT get_C10(
double * pRetVal
);
public: HRESULT put_C10(
double NewC10
);

[Java]
public double getC10();public void setC10(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1