Function ProDimensionErase
DEPRECATED:
Since Wildfire 5.0
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.
Synopsis
#include <ProDimension.h>
ProDimensionErase
(
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
The function successfully erased the dimension.
The function did not erased the dimension.
User Guide References
도움이 되셨나요?