 | NXMapLayerVectorEditorSelectObject Method (ArrayList) |
여러 개의 객체를 선택한다.
Namespace:
Pixoneer.NXDL.NXMap
Assembly:
NXMap (in NXMap.dll) Version: 1.2.817.72
Syntaxpublic bool SelectObject(
ref ArrayList objs
)
Parameters
- objs
- Type: System.CollectionsArrayList
선택을 위한 객체들.
Return Value
Type:
Boolean 작업이 완료되면 true를 반환하고, 그렇지 않으면 false를 반환한다.
See Also