AGI AgAsHpopPlugin 11 Send comments on this topic.
SetParameterOutputValue Method (IAgAsDensityModelResultEval)
See Also 
Index
Val





Description

Sets the value of a parameter output of the plugin in internal units.

Syntax

[Visual Basic .NET]
Public Sub SetParameterOutputValue( _
   ByVal Index As Integer, _
   ByVal Val As Double _
) 

[C#]
public void SetParameterOutputValue(
int Index,
double Val
);

[Managed C++]
public: void SetParameterOutputValue(
int Index,
double Val
);

[Java]
public  setParameterOutputValue(
ppInteger Index,
double Val
);

[Unmanaged C++]
public: HRESULT SetParameterOutputValue(
int Index,
double Val
);

Parameters

Index
Val

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1