 | XGridGetColVector Method |
특정 Column에 존재하는 데이터를 추출하여 XGrid객체에 출력한다.
Namespace:
Pixoneer.NXDL
Assembly:
NXDL (in NXDL.dll) Version: 1.2.817.72
Syntaxpublic 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