AGI AgSearch 11 Send comments on this topic.
SetCellResultDeltaValue Method (IAgPluginSearchStatusGrid)
See Also 
Row
Col
ResultIndex
Value
NumDigits





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
);

[Java]
public  setCellResultDeltaValue(
ppInteger Row,
ppInteger Col,
ppInteger ResultIndex,
double Value,
ppInteger NumDigits
);

[Unmanaged C++]
public: HRESULT SetCellResultDeltaValue(
int Row,
int Col,
int ResultIndex,
double Value,
int NumDigits
);

Parameters

Row
Col
ResultIndex
Value
NumDigits

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1