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






Windows & Linux

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
MemberValueDescription
eVAControlPropagateMaxPropTime600The maximum propagation time, after which the segment will end regardless of whether the stopping conditions have been satisfied.
eVAControlPropagateMinPropTime601The 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.