Click or drag to resize
XDL

NXMapLayerStereoVectorEditorHitTestL Method

왼쪽에 대한 특정 위치에 해당 객체의 hit-testing을 수행한다.

Namespace:  Pixoneer.NXDL.NXMap
Assembly:  NXMap (in NXMap.dll) Version: 1.2.817.72
Syntax
C#
public XvcObj HitTestL(
	XVertex3d vWorld,
	ref XHitFlag hit
)

Parameters

vWorld
Type: Pixoneer.NXDLXVertex3d
[In] 테스트를 위한 위치 좌표.
hit
Type: Pixoneer.NXDLXHitFlag
[In] 객체 hit-testing 결과

Return Value

Type: XvcObj
적중된 XvcObj 객체를 반환하고, 그렇지 않으면 null을 반환한다.
See Also