AGI AgAsHpopPlugin 11 Send comments on this topic.
GetUserInputIndex Method (IAgAsEOMFuncPluginSetIndicesHandler)
See Also 
UserValue
Windows






Windows & Linux

Description

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

Syntax

[Visual Basic .NET]
Public Function GetUserInputIndex( _
   ByVal UserValue As String _
) As Integer

[C#]
public int GetUserInputIndex(
string UserValue
);

[Managed C++]
public: int GetUserInputIndex(
String __gc ^ UserValue
);

[Java]
public ppInteger getUserInputIndex(
String UserValue
);

[Unmanaged C++]
public: HRESULT GetUserInputIndex(
BSTR UserValue,
int * ReturnValue
);

Parameters

UserValue

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface