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





Description

Disables the specified control parameter.

Syntax

[Visual Basic .NET]
Public Sub DisableControlParameter( _
   ByVal Param As AgEVAControlPowerInternal _
) 

[C#]
public void DisableControlParameter(
AgEVAControlPowerInternal Param
);

[Managed C++]
public: void DisableControlParameter(
AgEVAControlPowerInternal Param
);

[Java]
public  disableControlParameter(
AgEVAControlPowerInternal Param
);

[Unmanaged C++]
public: HRESULT DisableControlParameter(
AgEVAControlPowerInternal Param
);

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