Category Drawings and detail, Object ProDrawing

Function ProDrawingDimIsAssociative


Description
Checks if dimension is associative.
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingDimIsAssociative(
ProDrawing drawing
/* (In)
The drawing in which the dimension is displayed.
*/
ProDimension* dimension
/* (In)
The dimension.
*/
ProBoolean* associative
/* (Out)
The predicate which is TRUE when the dim is associative
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Drawings: Other Drawing Dimension Properties
  2. Drawings: Other Drawing Dimension Properties