Click or drag to resize
XDL

XvcLayerGetObjType Method

특정 위치의 객체 종류를 가져온다.

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

Parameters

ObjectPos  Int64
현재의 객체 위치.

Return Value

eXvcObjType
객체 종류.
See Also