Category Sketches and sections, Object ProSecdim

Function ProSecdimTypeGet


Description
Retrieves the type of the specified dimension in the section.
Synopsis
#include <ProSecdim.h>
ProErrorProSecdimTypeGet(
ProSection section
/* (In)
The section handle
*/
int dim_id
/* (In)
The identifier of the dimension
*/
ProSecdimType* r_type
/* (Out)
The type of the dimension
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_GENERAL_ERRORA general error occurred and the function failed.

Sample Code References:

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