 | NXMilmapLayerSceneEditorSelectObject Method (XscObj, Boolean) |
대상 객체를 선택한다.
Namespace:
Pixoneer.NXDL.NSCENE
Assembly:
NXDLscene (in NXDLscene.dll) Version: 1.2.817.72
Syntaxpublic bool SelectObject(
XscObj pObj,
bool bSingleSelect
)
Parameters
- pObj
- Type: Pixoneer.NXDL.NSCENEXscObj
대상 객체. - bSingleSelect
- Type: SystemBoolean
오직 하나만 선택되거나 계속 선택 할 수 있도록 지원한다.
Return Value
Type:
Boolean 성공이면 true, 실패하면 false를 반환한다.
See Also