Click or drag to resize
XDL

XvcBaseGetLayer Method

특정 위치에 있는 레이어를 가져온다.

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

Parameters

nLayerPos
Type: SystemInt64
레이어 위치

Return Value

Type: XvcLayer
레이어를 반환한다.
See Also