API 文件集 > Sketches and sections > Object ProSecdim > Function ProSecdimDelete
Function ProSecdimDelete
Description
Deletes a dimension from the specified section.
Synopsis
#include <ProSecdim.h>
ProSecdimDelete
(
ProSection handle
/* (In)
The section handle
*/
int dim_id
/* (In)
The identifier of the dimension
*/
)
Returns
The function successfully deleted the dimension.
Model is in read-only state.
One or more of the arguments are invalid.
Sample Code References
User Guide References
這是否有幫助?