STK AgAsHpopPluginSend comments on this topic.
GetInputIndex Method (IAgAsEOMFuncPluginSetIndicesHandler)
See Also
StateValue
Windows





Windows & Linux

Description

Gets the index of an input to the plugin of a built-in value in the state vector.

Syntax

[Visual Basic .NET]
Public Function GetInputIndex( _
    ByVal StateValue As AgEAsEOMFuncPluginInputStateValues _
) As Integer
[C#]
public int GetInputIndex(
    AgEAsEOMFuncPluginInputStateValues StateValue
);
[Managed C++]
public: int GetInputIndex(
    AgEAsEOMFuncPluginInputStateValues StateValue
);
[Unmanaged C++]
public: HRESULT GetInputIndex(
    AgEAsEOMFuncPluginInputStateValues StateValue,
    int * pIndex
);
[Java]
public Integer getInputIndex(
    AgEAsEOMFuncPluginInputStateValues StateValue
);

Parameters

StateValue

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.