STK AstrogatorSend comments on this topic.
DisableControlParameter Method (IAgVAStateCalcRepeatingGroundTrackErr)
See Also
Param
Windows





Windows & Linux

Description

Disables the specified control parameter

Syntax

[Visual Basic .NET]
Public Sub DisableControlParameter( _
    ByVal Param As AgEVAControlRepeatingGroundTrackErr _
)
[C#]
public void DisableControlParameter(
    AgEVAControlRepeatingGroundTrackErr Param
);
[Managed C++]
public: void DisableControlParameter(
    AgEVAControlRepeatingGroundTrackErr Param
);
[Unmanaged C++]
public: HRESULT DisableControlParameter(
    AgEVAControlRepeatingGroundTrackErr Param
);
[Java]
public void disableControlParameter(
    AgEVAControlRepeatingGroundTrackErr Param
);
[Python - STK API ]
def DisableControlParameter(self, Param:"AgEVAControlRepeatingGroundTrackErr") -> None:

Parameters

Param

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.