Click or drag to resize
XDL

XGridGetColVector Method

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

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

Parameters

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

Return Value

Type: Boolean
성공인경우 true, 실패인 경우 false
See Also