Click or drag to resize
XDL

XvcSymbolGetPosition Method

객체의 위치를 가져온다.

Namespace:  Pixoneer.NXDL.NVC
Assembly:  NXDLvc (in NXDLvc.dll) Version: 2.0.3.31
Syntax
C#
public void GetPosition(
	ref double x,
	ref double y
)

Parameters

x
Type: SystemDouble
[Out] 위치 X 좌표.
y
Type: SystemDouble
[Out] 위치 Y 좌표.
See Also