Click or drag to resize
XDL

XGridGetRowVector Method

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

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

Parameters

gridNew
Type: Pixoneer.NXDLXGrid
[Out] Row vector가 포함되는 XGrid객체.
Row
Type: SystemInt32
[In] 특정 Row

Return Value

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