| Description |
| To determine whether a dimension has the "diameter" property. |
| Synopsis |
| #include <ProSecdim.h> |
| ProError | ProSecdimDiameterInquire | ( |
| 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_ERROR | | The function successfully retrieved the information. |
| PRO_TK_BAD_INPUTS | | The input arguments are invalid. ( invalid handle, or invalid dimension ID ) |
|