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





Description

Disables the specified control parameter.

Syntax

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

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

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

[Java]
public  disableControlParameter(
AgEVAControlPowerProcessed Param
);

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

Parameters

Param
Member Value Description
eVAControlPowerProcessedEfficiency 0 The efficiency of the power processing unit(PPU).
eVAControlPowerProcessedLoad 1 The power diverted from the power source and unavailable to the power processing unit(PPU).

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1