AGI STK Astrogator 11 Send comments on this topic.
IsControlParameterEnabled Method (IAgVAPowerInternal)
See Also 
Param





Description

Sees if the specified control is enabled.

Syntax

[Visual Basic .NET]
Public Function IsControlParameterEnabled( _
   ByVal Param As AgEVAControlPowerInternal _
) As Boolean

[C#]
public bool IsControlParameterEnabled(
AgEVAControlPowerInternal Param
);

[Managed C++]
public: bool IsControlParameterEnabled(
AgEVAControlPowerInternal Param
);

[Java]
public bool isControlParameterEnabled(
AgEVAControlPowerInternal Param
);

[Unmanaged C++]
public: HRESULT IsControlParameterEnabled(
AgEVAControlPowerInternal Param,
VARIANT_BOOL * ReturnValue
);

Parameters

Param
Member Value Description
eVAControlPowerInternalGeneratedPower 0 The power generated by the spacecraft from internal sources.
eVAControlPowerInternalPercentDegradation 1 The percent degradation per year; degradation factor is (1 - x%/yr)timeSinceRefEpoch.
eVAControlPowerInternalEpoch 2 The date and time used as a reference epoch for degradation.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1