STK AgAsHpopPluginSend comments on this topic.
GetParameterOutputIndex Method (IAgAsEOMFuncPluginSetIndicesHandler)
See Also
StateValue
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 GetParameterOutputIndex( _
    ByVal StateValue As AgEAsEOMFuncPluginOutputStateValues _
) As Integer
[C#]
public int GetParameterOutputIndex(
    AgEAsEOMFuncPluginOutputStateValues StateValue
);
[Managed C++]
public: int GetParameterOutputIndex(
    AgEAsEOMFuncPluginOutputStateValues StateValue
);
[Unmanaged C++]
public: HRESULT GetParameterOutputIndex(
    AgEAsEOMFuncPluginOutputStateValues StateValue,
    int * pIndex
);
[Java]
public Integer getParameterOutputIndex(
    AgEAsEOMFuncPluginOutputStateValues StateValue
);

Parameters

StateValue

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.