STK AgAsHpopPluginSend comments on this topic.
RegisterUserInput Method (IAgAsEOMFuncPluginRegisterHandler)
See Also
UserValue
Windows





Windows & Linux

Description

Registers as input to the plugin a user value in the state vector.

Syntax

[Visual Basic .NET]
Public Sub RegisterUserInput( _
    ByVal UserValue As String _
)
[C#]
public void RegisterUserInput(
    string UserValue
);
[Managed C++]
public: void RegisterUserInput(
    String __gc ^ UserValue
);
[Unmanaged C++]
public: HRESULT RegisterUserInput(
    BSTR UserValue
);
[Java]
public void registerUserInput(
    String UserValue
);
[Python - STK API ]
def RegisterUserInput(self, UserValue:str) -> None:

Parameters

UserValue

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.