Click or drag to resize
XDL

XvcBaseGetPrevLayerPos Method

특정 위치 이전에 있는 레이어 특정 위치값을 가져온다.

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

Parameters

nLayerPos  Int64
기준 레이어 위치값.

Return Value

Int64
위치값을 반환한다.
See Also