STK AstrogatorSend comments on this topic.
EnableControlParameter Method (IAgVAMCSFollow)
See Also
Param
Windows





Windows & Linux

Description

Enables the specified control parameter.

Syntax

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

Parameters

Param

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.