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






Windows & Linux

Description

The coefficient C5. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property C5() As Double
[C#]
public double C5 {get; set;}
[Managed C++]
public: __property double get_C5();
public: __property void set_C5(
   double
);
[Unmanaged C++]
public: HRESULT get_C5(
   double * pRetVal
);
public: HRESULT put_C5(
   double NewC5
);
[Java]
public double getC5();public void setC5(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.