A translation of the enumerated type into a
string.
| [Visual Basic .NET] |
|---|
Public Function ForceModelName( _
ByVal Type As AgEForceModelType _
) As String
|
| [C#] |
|---|
public string ForceModelName(
|
| [Managed C++] |
|---|
public: String __gc ^ ForceModelName(
|
| [Java] |
|---|
public String forceModelName(
|
| [Unmanaged C++] |
|---|
public: HRESULT ForceModelName(
|
- Type
-
Force model type (i.e., a constituent of the force model)Member Value Description eGravityModel 0 Gravity. eSolidTidesModel 1 Solid tides. eOceanTidesModel 2 Ocean Tides. eDragModel 3 Atmospheric drag. eSRPModel 4 Solar radiation pressure. eThirdBodyModel 5 Third bodies. eGenRelativityModel 6 General relativity effects. eAlbedoModel 7 Albedo (solar radiation reflected from central body). eThermalRadiationPressureModel 8 Thermal radiation pressure from central body. eDensityModel 9 Atmospheric Density.
Returns the name from the enumeration
value
Useful when creating string messages