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





Windows & Linux

Description

Registers a user value in the state vector of which the plugin will give the 1st derivative.

Syntax

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

Parameters

UserValue

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.