Category Drawings and detail, Object ProDrawing

Function ProDrawingDimIsOrdinate


Description
Queries whether a dimension is ordinate.
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingDimIsOrdinate(
ProDrawing drawing
/* (In)
the drawing.
*/
ProDimension* dimension
/* (In)
the dimension.
*/
ProBoolean* ordinate
/* (Out)
whether the dimension is ordinate or not.
*/
ProDimension* base_dim
/* (Out)
the baseline dimension corresponding to the input ordinate dimension. will be the same as the input ordinate dimension if the input dimension is itself a baseline dimension.
*/
)
Returns
PRO_TK_BAD_INPUTSone or more of the input arguments are invalid.
PRO_TK_NO_ERRORsuccessfully determined whether dimension is ordinate.

Manual References:

  1. Drawings: Ordinate Dimensions
  2. Drawings: Ordinate Dimensions

Sample Code References:

  1. pt_examples ( TestDimension.c )