 | XGridCopySubset Method (Byte, Int32, Int32, Int32, Int32, Int32, eDataType) |
this객체에 존재하는 데이터에 외부에서 입력되는 데이터를 특정 영역에 복사해서 넣는다.
Namespace:
Pixoneer.NXDL
Assembly:
NXDL (in NXDL.dll) Version: 1.2.817.72
Syntaxpublic bool CopySubset(
byte[] srcMemory,
int nOffset,
int nR1,
int nR2,
int nC1,
int nC2,
eDataType dataType
)
Parameters
- srcMemory
- Type: SystemByte
복사해 넣기를 희망하는 데이터 Array. - nOffset
- Type: SystemInt32
입력되는 srcMemory로부터 Offset만큼 건너뛴 다음 시작점으로 하여 카피. - nR1
- Type: SystemInt32
this객체에 복사를 원하는 Row의 시작 위치 - nR2
- Type: SystemInt32
this객체에 복사를 원하는 Row의 끝 위치 - nC1
- Type: SystemInt32
this객체에 복사를 원하는 Column의 시작 위치 - nC2
- Type: SystemInt32
this객체에 복사를 원하는 Column의 끝 위치 - dataType
- Type: Pixoneer.NXDLeDataType
[Missing <param name="dataType"/> documentation for "M:Pixoneer.NXDL.XGrid.CopySubset(System.Byte[],System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Pixoneer.NXDL.eDataType)"]
Return Value
Type:
Boolean 성공인경우 true, 실패인 경우 false
See Also