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





Description

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

Syntax

[Visual Basic .NET]
Public Sub SetCellControlValue( _
   ByVal Row As Integer, _
   ByVal Col As Integer, _
   ByVal ControlIndex As Integer, _
   ByVal Value As Double, _
   ByVal NumDigits As Integer _
) 

[C#]
public void SetCellControlValue(
int Row,
int Col,
int ControlIndex,
double Value,
int NumDigits
);

[Managed C++]
public: void SetCellControlValue(
int Row,
int Col,
int ControlIndex,
double Value,
int NumDigits
);

[Java]
public  setCellControlValue(
ppInteger Row,
ppInteger Col,
ppInteger ControlIndex,
double Value,
ppInteger NumDigits
);

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

Parameters

Row
Col
ControlIndex
Value
NumDigits

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1