Click or drag to resize
XDL

XvcLayerGetObjType Method

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

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

Parameters

ObjectPos
Type: SystemInt64
현재의 객체 위치.

Return Value

Type: eXvcObjType
객체 종류.
See Also