Category Sketches and sections, Object ProSecdim

Function ProSecdimDiameterInquire


Description
To determine whether a dimension has the "diameter" property.
Synopsis
#include <ProSecdim.h>
ProErrorProSecdimDiameterInquire(
ProSection handle
/* (In)
The section handle.
*/
int dim_id
/* (In)
ID of a dimension to get info about
*/
ProBoolean* dim_is_diameter
/* (Out)
TRUE, if the dimension is a "diameter" one. FALSE, otherwise.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input arguments are invalid. ( invalid handle, or invalid dimension ID )

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 ( TestSect.c )