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





Windows & Linux

Description

Disables the specified control parameter.

Syntax

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

Parameters

Param

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.