|
NXImageLayerVectorDisplayMoveDataSource Method
|
XvcBase 객체 리스트의 도시 순서를 변경한다.
Namespace: Pixoneer.NXDL.NXImageAssembly: NXImage (in NXImage.dll) Version: 2.0.3.38
Syntaxpublic void MoveDataSource(
int prev,
int after
)
Parameters
- prev Int32
- 변경할 XvcBase 객체의 인덱스
- after Int32
- prev 인덱스에 해당하는 XvcBase 객체가 삽입될 위치(이 항목의 인덱스 다음에 삽입된다)
See Also