STK AgSearchSend comments on this topic.
SetCellResultValue Method (IAgPluginSearchStatusGrid)
See Also
Row
Col
ResultIndex
Value
NumDigits
Windows





Windows & Linux

Description

Sets a number in a cell in the units of a result value.

Syntax

[Visual Basic .NET]
Public Sub SetCellResultValue( _
    ByVal Row As Integer, _
    ByVal Col As Integer, _
    ByVal ResultIndex As Integer, _
    ByVal Value As Double, _
    ByVal NumDigits As Integer _
)
[C#]
public void SetCellResultValue(
    int Row,
    int Col,
    int ResultIndex,
    double Value,
    int NumDigits
);
[Managed C++]
public: void SetCellResultValue(
    int Row,
    int Col,
    int ResultIndex,
    double Value,
    int NumDigits
);
[Unmanaged C++]
public: HRESULT SetCellResultValue(
    int Row,
    int Col,
    int ResultIndex,
    double Value,
    int NumDigits
);
[Java]
public void setCellResultValue(
    Integer Row,
    Integer Col,
    Integer ResultIndex,
    double Value,
    Integer NumDigits
);

Parameters

Row
Col
ResultIndex
Value
NumDigits

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.