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






Windows & Linux

Description

The coefficient C3. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property C3() As Double
[C#]
public double C3 {get; set;}
[Managed C++]
public: __property double get_C3();
public: __property void set_C3(
   double
);
[Unmanaged C++]
public: HRESULT get_C3(
   double * pRetVal
);
public: HRESULT put_C3(
   double NewC3
);
[Java]
public double getC3();public void setC3(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.