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





Windows & Linux

Description

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

Syntax

[Visual Basic .NET]
Public Sub SetCellResultDeltaValue( _
    ByVal Row As Integer, _
    ByVal Col As Integer, _
    ByVal ResultIndex As Integer, _
    ByVal Value As Double, _
    ByVal NumDigits As Integer _
)
[C#]
public void SetCellResultDeltaValue(
    int Row,
    int Col,
    int ResultIndex,
    double Value,
    int NumDigits
);
[Managed C++]
public: void SetCellResultDeltaValue(
    int Row,
    int Col,
    int ResultIndex,
    double Value,
    int NumDigits
);
[Unmanaged C++]
public: HRESULT SetCellResultDeltaValue(
    int Row,
    int Col,
    int ResultIndex,
    double Value,
    int NumDigits
);
[Java]
public void setCellResultDeltaValue(
    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.