Click or drag to resize
XDL

XvcLayerGetNextObjPos Method

다음 위치에 있는 객체의 위치값을 가져온다.

Namespace:  Pixoneer.NXDL.NVC
Assembly:  NXDLvc (in NXDLvc.dll) Version: 2.0.3.31
Syntax
C#
public long GetNextObjPos(
	long ObjectPos
)

Parameters

ObjectPos
Type: SystemInt64
현재의 객체 위치

Return Value

Type: Int64
객체 위치를 표현하는 정수 값.
See Also