AGI STK Astrogator 11 Send comments on this topic.
K2 Property (IAgVASpacecraftParameters)
See Also 





Description

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

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_K2();
public: __property void set_K2(
double
);

[Unmanaged C++]
public: HRESULT get_K2(
double * pRetVal
);
public: HRESULT put_K2(
double NewK2
);

[Java]
public double getK2();public void setK2(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1