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





Windows & Linux

Description

Parameter value for a registered parameter with indicated index. Uses internal units.

Syntax

[Visual Basic .NET]
Public Function ParameterValue( _
    ByVal Index As Integer _
) As Double
[C#]
public double ParameterValue(
    int Index
);
[Managed C++]
public: double ParameterValue(
    int Index
);
[Unmanaged C++]
public: HRESULT ParameterValue(
    long Index,
    double * Value
);
[Java]
public double parameterValue(
    int Index
);

Parameters

Index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.