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






Windows & Linux

Description

The coefficient C1. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property C1() As Double
[C#]
public double C1 {get; set;}
[Managed C++]
public: __property double get_C1();
public: __property void set_C1(
   double
);
[Unmanaged C++]
public: HRESULT get_C1(
   double * pRetVal
);
public: HRESULT put_C1(
   double NewC1
);
[Java]
public double getC1();public void setC1(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.