Category Sketches and sections, Object ProSecdim

Function ProSecdimDelete


Description
Deletes a dimension from the specified section.
Synopsis
#include <ProSecdim.h>
ProErrorProSecdimDelete(
ProSection handle
/* (In)
The section handle
*/
int dim_id
/* (In)
The identifier of the dimension
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully deleted the dimension.
PRO_TK_GENERAL_ERROROne or more of the arguments are invalid.

Manual References:

  1. Element Trees: Sections: Adding Section Dimensions

Sample Code References:

  1. pt_examples ( TestSect.c )
  2. pt_examples ( TestSect.c )
  3. pt_examples ( UtilSect.c )