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