Click or drag to resize
XDL

XGridSetValue Method (Int32, Int32, Double)

특정 위치에 대한 데이터 값을 Real64데이터 형으로 설정한다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 2.0.3.31
Syntax
C#
public void SetValue(
	int Row,
	int Col,
	double a
)

Parameters

Row
Type: SystemInt32
[In] Row 좌표.
Col
Type: SystemInt32
[In] Column좌표.
a
Type: SystemDouble
[Out] 해당 Row, Col 위치에 설정할 값.
See Also