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





Description

Gets the value of an input to the plugin in internal units.

Syntax

[Visual Basic .NET]
Public Function GetInputValue( _
   ByVal Index As Integer _
) As Double

[C#]
public double GetInputValue(
int Index
);

[Managed C++]
public: double GetInputValue(
int Index
);

[Java]
public double getInputValue(
ppInteger Index
);

[Unmanaged C++]
public: HRESULT GetInputValue(
int Index,
double * ReturnValue
);

Parameters

Index

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1