Category 3D drawings and annotations, Object ProDimension

Function ProDimensionIsDriving


Description
Returns whether or not the dimension drives solid model geometry or is driven by it. If the dimension drives solid model geometry it cannot be deleted, its attachments cannot be modified or obtained, and it cannot be added to an annotation element.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProDimension.h>
ProErrorProDimensionIsDriving(
ProDimension* dimension
/* (In)
The dimension handle.
*/
ProBoolean* is_driving
/* (Out)
PRO_B_TRUE if the dimension drives solid model geomretry, PRO_B_FALSE if it is a driven dimension.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved information.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.

Manual References:

  1. Annotations: Annotation Features and Annotations: Accessing Reference and Driven Dimensions
  2. Annotations: Annotation Features and Annotations: Accessing Reference and Driven Dimensions