AGI STK Astrogator 11 Send comments on this topic.
K1 Property (IAgVAState)
See Also 





Description

If you are using a non-spherical SRP model, this field defines the model's GPS solar radiation pressure K1 (scale) value. Dimensionless.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_K1();
public: __property void set_K1(
double
);

[Unmanaged C++]
public: HRESULT get_K1(
double * pRetVal
);
public: HRESULT put_K1(
double NewK1
);

[Java]
public double getK1();public void setK1(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1