STK AgAsHpopPluginSend comments on this topic.
SetParameterOutputValue Method (IAgAsDensityModelResult)
See Also
Index
Val
Windows





Windows & Linux

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
);
[Unmanaged C++]
public: HRESULT SetParameterOutputValue(
    int Index,
    double Val
);
[Java]
public void setParameterOutputValue(
    Integer Index,
    double Val
);

Parameters

Index
Val

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.