Category 3D drawings and annotations, Object ProDimension

Function ProDimensionDelete


Description
Deletes a reference or driven dimension.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProDimension.h>
ProErrorProDimensionDelete(
ProDimension* dimension
/* (In)
The dimension (type must be PRO_REF_DIMENSION or PRO_DIMENSION)
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.
PRO_TK_CANT_WRITECould not delete the given item because it has read-only access.
PRO_TK_INVALID_ITEMThe input dimension is invalid (non-driven).

Manual References:

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