AGI AgAsHpopPlugin 11 Send comments on this topic.
AccelName Method (IAgAsHpopPluginResultPostEval)
See Also 
Type
Acceleration type (i.e., a constituent of the force model)





Description

A translation of the enumerated type into a string.

Syntax

[Visual Basic .NET]
Public Function AccelName( _
   ByVal Type As AgEAccelType _
) As String

[C#]
public string AccelName(
AgEAccelType Type
);

[Managed C++]
public: String __gc ^ AccelName(
AgEAccelType Type
);

[Java]
public String accelName(
AgEAccelType Type
);

[Unmanaged C++]
public: HRESULT AccelName(
AgEAccelType Type,
BSTR * ReturnValue
);

Parameters

Type
Member Value Description
eTotalAccel 0 Total accleration.
eTwoBodyAccel 1 Two body contribution.
eGravityAccel 2 Contribution of the total gravity field.
ePerturbedGravityAccel 3 Contribution of the total gravity field minus the two body contribution.
eSolidTidesAccel 4 Contribution of solid tides. Will be zero if the force model is not set to consider this effect.
eOceanTidesAccel 5 Contribution of ocean tides. Will be zero if the force model is not set to consider this effect.
eDragAccel 6 Contribution of atmospheric drag. Will be zero if the force model is not set to consider this effect.
eSRPAccel 7 Contribution of solar radiation pressure. Will be zero if the force model is not set to consider this effect.
eThirdBodyAccel 8 Contribution of all third bodies. Will be zero if the force model is not considering any third body forces.
eGenRelativityAccel 9 Contribution of general relativity effects. Will be zero if the force model is not set to consider this effect.
eAddedAccel 10 Contribution of any additional acceleration, say by a plugin.
eAlbedoAccel 11 Contribution of albedo (reflected solar radiation pressure).
eThermalRadiationPressureAccel 12 Contribution of thermal radiation pressure.
Acceleration type (i.e., a constituent of the force model)

Return Type

Returns the name from the enumeration value

Remarks

Useful when creating string messages

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1