Click or drag to resize
XDL

XGridGetRowVector Method

특정 열에 존재하는 데이터를 추출하여 XGrid객체에 출력한다.

Namespace: Pixoneer.NXDL
Assembly: NXDL (in NXDL.dll) Version: 2.0.3.38
Syntax
C#
public bool GetRowVector(
	out XGrid gridNew,
	int Row
)

Parameters

gridNew  XGrid
[Out] Row vector가 포함되는 XGrid객체.
Row  Int32
[In] 특정 Row

Return Value

Boolean
성공하는 경우 true를, 실패하는 경우 false
See Also