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





Description

Sees if the specified control is enabled.

Syntax

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

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

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

[Java]
public bool isControlParameterEnabled(
AgEVAControlPowerProcessed Param
);

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

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