Click or drag to resize
XDL

XvcBaseGetNextLayerPos Method

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

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

Parameters

nLayerPos
Type: SystemInt64
기준 레이어 위치값.

Return Value

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