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





Description

Enables or disables the specified control parameter.

Syntax

[Visual Basic .NET]
Public Sub EnableControlParameter( _
   ByVal Param As AgEVAControlAdvanced _
) 

[C#]
public void EnableControlParameter(
AgEVAControlAdvanced Param
);

[Managed C++]
public: void EnableControlParameter(
AgEVAControlAdvanced Param
);

[Java]
public  enableControlParameter(
AgEVAControlAdvanced Param
);

[Unmanaged C++]
public: HRESULT EnableControlParameter(
AgEVAControlAdvanced Param
);

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