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





Windows & Linux

Description

Registers a user value in the state vector as a parameter output of the plugin.

Syntax

[Visual Basic .NET]
Public Sub RegisterUserParameterOutput( _
    ByVal UserValue As String _
)
[C#]
public void RegisterUserParameterOutput(
    string UserValue
);
[Managed C++]
public: void RegisterUserParameterOutput(
    String __gc ^ UserValue
);
[Unmanaged C++]
public: HRESULT RegisterUserParameterOutput(
    BSTR UserValue
);
[Java]
public void registerUserParameterOutput(
    String UserValue
);

Parameters

UserValue

See Also

© 2022 Analytical Graphics, Inc. All Rights Reserved.