Category 3D drawings and annotations, Object ProDimension

Function ProDimensionErase


DEPRECATED: Since Wildfire 5.0
SUPERSEDED BY: ProAnnotationUndisplay,ProCombstateAnnotationErase
Description
Note: This function is deprecated. To force the temporary erasure of a dimension in a solid model, use ProAnnotationUndisplay(). To force the permanent display of a dimension in a drawing view, use ProCombstateAnnotationErase(). Erases a previously displayed dimension in a model.
Replacement in Object TOOLKIT: pfcBaseDimension::Erase
Synopsis
#include <ProDimension.h>
ProErrorProDimensionErase(
ProDimension* dimension
/* (In)
The dimension handle.
*/
ProDrawing drawing
/* (In)
The drawing that contains the view of the model in which the dimension is to be displayed. If you are not, set this argument to NULL.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully erased the dimension.
PRO_TK_GENERAL_ERRORThe function did not erased the dimension.

Manual References:

  1. Annotations: Annotation Features and Annotations: Access to Annotations