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






Windows & Linux

Description

The mass of the satellite 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

© 2019 Analytical Graphics, Inc. All Rights Reserved.