 | XGridSubset Method |
this객체에 존재하는 데이터의 특정 영역을 읽어서 새로운 XGrid객체를 생성한다.
Namespace:
Pixoneer.NXDL
Assembly:
NXDL (in NXDL.dll) Version: 1.2.817.72
Syntaxpublic bool Subset(
out XGrid gridNew,
int R1,
int R2,
int C1,
int C2
)
Parameters
- gridNew
- Type: Pixoneer.NXDLXGrid
Subset에 대한 출력 XGrid객체 - R1
- Type: SystemInt32
this 객체에 대한 최소 Row 위치 - R2
- Type: SystemInt32
this 객체에 대한 최대 Row 위치 - C1
- Type: SystemInt32
this 객체에 대한 최소 Column 위치 - C2
- Type: SystemInt32
this 객체에 대한 최대 Column 위치
Return Value
Type:
Boolean 성공인경우 true, 실패인 경우 false
See Also