CAEngine::DeleteObject

This page is a translated version of the page CAEngine::DeleteObject and the translation is 100% complete.

ADE User Guide > ADE Server Class Reference > CAEngine

Other languages:
English • ‎中文

DeleteObject(obj)

從當前模型中刪除 CAObject«obj»。

參 數

obj
CAObject

用法

' C#
CAObject obj = ade.GetObjectByName("ObjToDelete")
ade.DeleteObject(obj)

API 錯誤

  • 41 – 「無效對象」

另請參考

Comments


You are not allowed to post comments.