Click or drag to resize
XDL

XvcLayerGetPrevObjPos Method

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

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

Parameters

ObjectPos  Int64
현재의 객체 위치.

Return Value

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