Documentación de la API
>
Sketches and sections
>
Object ProSecdim
> Function ProSecdimDelete
Function ProSecdimDelete
Description
Deletes a dimension from the specified section.
Synopsis
#include <
ProSecdim.h
>
ProError
ProSecdimDelete
(
ProSection
handle
/* (In)
The section handle
*/
int dim_id
/* (In)
The identifier of the dimension
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully deleted the dimension.
PRO_TK_CANT_MODIFY
Model is in read-only state.
PRO_TK_GENERAL_ERROR
One or more of the arguments are invalid.
Sample Code References
pt_examples ( TestSect.c )
pt_examples ( TestSect.c )
pt_examples ( UtilSect.c )
User Guide References
Adding Section Dimensions:ProSecdimDelete
¿Fue esto útil?
Este sitio funciona mejor con JavaScript activado