Category
Sketches and sections
, Object
ProSecdim
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_GENERAL_ERROR
One or more of the arguments are invalid.
Manual References:
Element Trees: Sections: Adding Section Dimensions
Sample Code References:
pt_examples ( TestSect.c )
pt_examples ( TestSect.c )
pt_examples ( UtilSect.c )