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





Description

The coefficient C4. Dimensionless.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_C4();
public: __property void set_C4(
double
);

[Unmanaged C++]
public: HRESULT get_C4(
double * pRetVal
);
public: HRESULT put_C4(
double NewC4
);

[Java]
public double getC4();public void setC4(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1