Click or drag to resize
XDL

XGridSubset Method

데이터의 특정 영역을 읽어서 새로운 XGrid객체를 생성한다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 2.0.3.31
Syntax
C#
public bool Subset(
	out XGrid gridNew,
	int R1,
	int R2,
	int C1,
	int C2
)

Parameters

gridNew
Type: Pixoneer.NXDLXGrid
Subset에 대한 출력 XGrid객체
R1
Type: SystemInt32
데이터의 최소 Row 위치
R2
Type: SystemInt32
데이터의 최대 Row 위치
C1
Type: SystemInt32
데이터의 최소 Column 위치
C2
Type: SystemInt32
데이터의 최대 Column 위치

Return Value

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