Click or drag to resize
XDL

XvcSymbolGetPosition Method

객체의 위치를 가져온다.

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

Parameters

x  Double
[Out] 위치 X 좌표.
y  Double
[Out] 위치 Y 좌표.
See Also