Click or drag to resize
XDL

NXMapLayerVectorEditorSelectObject Method (XvcObj, Boolean)

여러 개의 객체 중 하나의 객체만을 선택한다.

Namespace:  Pixoneer.NXDL.NXMap
Assembly:  NXMap (in NXMap.dll) Version: 1.2.817.72
Syntax
C#
public bool SelectObject(
	XvcObj Obj,
	bool bSingleSelect
)

Parameters

Obj
Type: Pixoneer.NXDL.NVCXvcObj
선택을 위한 객체.
bSingleSelect
Type: SystemBoolean
bSingleSelect가 true이면 이전에 선택된 것을 해제한다.

Return Value

Type: Boolean
선택되면 true를 반환하고 그렇지 않으면 false를 반환한다.
See Also