STK AgAsHpopPluginSend comments on this topic.
GetUserParameterOutputIndex Method (IAgAsEOMFuncPluginSetIndicesHandler)
See Also
UserValue
Windows





Windows & Linux

Description

Gets the index of parameter output of the plugin of a built-in value in the state vector.

Syntax

[Visual Basic .NET]
Public Function GetUserParameterOutputIndex( _
    ByVal UserValue As String _
) As Integer
[C#]
public int GetUserParameterOutputIndex(
    string UserValue
);
[Managed C++]
public: int GetUserParameterOutputIndex(
    String __gc ^ UserValue
);
[Unmanaged C++]
public: HRESULT GetUserParameterOutputIndex(
    BSTR UserValue,
    int * pIndex
);
[Java]
public Integer getUserParameterOutputIndex(
    String UserValue
);

Parameters

UserValue

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.