AGI STK Objects 11 Send comments on this topic.
SatelliteMass Property (IAgVeStatic)
See Also 





Description

A value for the satellite's mass to be used in atmospheric drag and solar radiation pressure calculations. Uses Mass Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_SatelliteMass();
public: __property void set_SatelliteMass(
double
);

[Unmanaged C++]
public: HRESULT get_SatelliteMass(
double * pRetVal
);
public: HRESULT put_SatelliteMass(
double NewSatelliteMass
);

[Java]
public double getSatelliteMass();public void setSatelliteMass(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1