Category Drawings and detail, Object ProDrawing

Function ProDrawingDimensionsCleanup


Description
Clean up dimensions for input view if p_view is a valid view. Else, clean up dimensions view-by-view for each view of the input drawing if input p_view is NULL

NOTE: Use ProMdlDetailOptionSet() to set options before calling this API. If not used, the API will use current detail options.

Synopsis
#include <ProAnnotation.h>
ProErrorProDrawingDimensionsCleanup(
ProDrawing draw
/* (In)
Drawing to clean up dimensions for.
*/
ProView view
/* (In)
View for which dimensions should be cleaned up. If NULL, clean up the dimensions for all the views of the drawing.
*/
)
Returns
PRO_TK_NO_ERRORThe function could successfully clean up dimensions of the drawing.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.
PRO_TK_NOT_DISPLAYEDDrawing in which dimensions will be cleaned up is not displayed in the current session.

Manual References:

  1. Annotations: Annotation Features and Annotations: Clean Up Dimensions