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
¿Fue esto útil?