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





Description

Sees if the specified control is enabled.

Syntax

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

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

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

[Java]
public bool isControlParameterEnabled(
AgEVAControlAdvanced Param
);

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

Parameters

Param
Member Value Description
eVAControlPropagateMaxPropTime 600 The maximum propagation time, after which the segment will end regardless of whether the stopping conditions have been satisfied.
eVAControlPropagateMinPropTime 601 The minimum propagation time - minimum time that must elapse from the beginning of the segment until Astrogator will begin checking stopping conditions for satisfaction.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1