AGI AgAsHpopPlugin 11 Send comments on this topic.
GetParameterOutputIndex Method (IAgAsEOMFuncPluginSetIndicesHandler)
See Also 
StateValue





Description

Gets the index of parameter output of the plugin of a built-in value in the state vector.

Syntax

[Visual Basic .NET]
Public Function GetParameterOutputIndex( _
   ByVal StateValue As AgEAsEOMFuncPluginOutputStateValues _
) As Integer

[C#]
public int GetParameterOutputIndex(
AgEAsEOMFuncPluginOutputStateValues StateValue
);

[Managed C++]
public: int GetParameterOutputIndex(
AgEAsEOMFuncPluginOutputStateValues StateValue
);

[Java]
public ppInteger getParameterOutputIndex(
AgEAsEOMFuncPluginOutputStateValues StateValue
);

[Unmanaged C++]
public: HRESULT GetParameterOutputIndex(
AgEAsEOMFuncPluginOutputStateValues StateValue,
int * ReturnValue
);

Parameters

StateValue
Member Value Description
AgEAsEOMFuncPluginOutputStateValuesDryMass 0 Dry mass.
AgEAsEOMFuncPluginOutputStateValuesFuelMass 1 Fuel mass.
AgEAsEOMFuncPluginOutputStateValuesCd 2 Drag coefficient (Cd).
AgEAsEOMFuncPluginOutputStateValuesDragArea 3 Drag area.
AgEAsEOMFuncPluginOutputStateValuesAtmosphericDensity 4 Atmospheric density
AgEAsEOMFuncPluginOutputStateValuesAtmosphericAltitude 5 Atmospheric altitude
AgEAsEOMFuncPluginOutputStateValuesCr 6 SRP coefficient (Cr).
AgEAsEOMFuncPluginOutputStateValuesSRPArea 7 SRP area.
AgEAsEOMFuncPluginOutputStateValuesKr1 8 Kr1 parameter of GPS SRP models
AgEAsEOMFuncPluginOutputStateValuesKr2 9 Kr2 parameter of GPS SRP models
AgEAsEOMFuncPluginOutputStateValuesSolarIntensity 10 Solar intensity
AgEAsEOMFuncPluginOutputStateValuesRadPressureCoefficient 11 Radiation pressure coefficient.
AgEAsEOMFuncPluginOutputStateValuesRadPressureArea 12 Radiation pressure area.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1