Click or drag to resize
XDL

NXMapLayerVectorEditorGetSelectedObjs Method

현재 선택된 객체 배열을 가져온다.

Namespace:  Pixoneer.NXDL.NXMap
Assembly:  NXMap (in NXMap.dll) Version: 1.2.817.72
Syntax
C#
public void GetSelectedObjs(
	ref ArrayList objs
)

Parameters

objs
Type: System.CollectionsArrayList
선택된 객체 목록.
See Also