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





Windows & Linux

Description

Disables the specified control parameter.

Syntax

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

Parameters

Param

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.