Gets the index of parameter output of the plugin of a built-in value in the state vector.
[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 ); |
- StateValue