STK ObjectsSend comments on this topic.
SatelliteMass Property (IAgVeStatic)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_SatelliteMass(
    double SatelliteMass
);
[Java]
public double getSatelliteMass();
public void setSatelliteMass(
    double
);
[Python - STK API ]
@property
def SatelliteMass(self) -> float:

@SatelliteMass.setter
def SatelliteMass(self, SatelliteMass:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.