STK AgAsHpopPluginSend comments on this topic.
RegisterUserInput Method (IAgAsDensityModelResultRegister)
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 Function RegisterUserInput( _
    ByVal UserValue As String _
) As Integer
[C#]
public int RegisterUserInput(
    string UserValue
);
[Managed C++]
public: int RegisterUserInput(
    String __gc ^ UserValue
);
[Unmanaged C++]
public: HRESULT RegisterUserInput(
    BSTR UserValue,
    long * Index
);
[Java]
public int registerUserInput(
    String UserValue
);
[Python - STK API ]
def RegisterUserInput(self, UserValue:str) -> int:

Parameters

UserValue

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.