API 文件集
>
3D drawings and annotations
>
Object ProGtol
> Function ProGtolDelete
Function ProGtolDelete
Description
Deletes a gtol from its owning Creo Parametric model.
Replacement in Object TOOLKIT:
wfcGTol::Delete
Synopsis
#include <
ProGtol.h
>
ProError
ProGtolDelete
(
ProGtol
* gtol
/* (In)
The gtol
*/
)
Returns
PRO_TK_NO_ERROR
The function completed successfully.
PRO_TK_BAD_INPUTS
The input argument is invalid.
PRO_TK_CANT_WRITE
Could not delete the given item because it has read-only access.
PRO_TK_E_NOT_FOUND
Sample Code References
pt_examples ( TestGtol.c )
這是否有幫助?
此網站在啟用 JavaScript 的情況下運作成效最佳