Click or drag to resize
XDL

XncwTheaterPick Method

대상 장비 객체를 선택하도록 선택(pick) 명령을 보낸다.

Namespace:  Pixoneer.NXDL.NNCW
Assembly:  NXDLncw (in NXDLncw.dll) Version: 2.0.3.31
Syntax
C#
public bool Pick(
	IntPtr handleWnd,
	XVertex2d scrPos
)

Parameters

handleWnd
Type: SystemIntPtr
[In] 대상 뷰에 대한 윈도우 핸들.
scrPos
Type: Pixoneer.NXDLXVertex2d
[In] 스크린 위치.

Return Value

Type: Boolean
객체가 선택되면, "OnPicked" 이벤트가 호출된다.
See Also