 | XSceneRemoveNode Method |
컨테이너에서 ID에 부합하는 객체를 삭제한다.
Namespace:
Pixoneer.NXDL.NSCENE
Assembly:
NXDLscene (in NXDLscene.dll) Version: 1.2.817.72
Syntaxpublic bool RemoveNode(
int nID
)
Parameters
- nID
- Type: SystemInt32
대상 객체의 ID.
Return Value
Type:
Boolean 성공이면 true, 실패하면 false를 반환한다.
See Also