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





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
);

[Java]
public ppInteger getUserParameterOutputIndex(
String UserValue
);

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

Parameters

UserValue

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1